Class LuminaFileInfo
Inheritance
System.Object
LuminaFileInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lumina.Data
Assembly: Lumina.dll
Syntax
public class LuminaFileInfo
Fields
| Improve this Doc View SourceBlockCount
Declaration
public uint BlockCount
Field Value
Type | Description |
---|---|
System.UInt32 |
HeaderSize
Declaration
public uint HeaderSize
Field Value
Type | Description |
---|---|
System.UInt32 |
RawFileSize
Declaration
public uint RawFileSize
Field Value
Type | Description |
---|---|
System.UInt32 |
Type
Declaration
public FileType Type
Field Value
Type | Description |
---|---|
FileType |
Properties
| Improve this Doc View SourceModelBlock
Declaration
public ModelBlock ModelBlock { get; }
Property Value
Type | Description |
---|---|
ModelBlock |
Offset
Declaration
public long Offset { get; }
Property Value
Type | Description |
---|---|
System.Int64 |