Show / Hide Table of Contents

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 Source

BlockCount

Declaration
public uint BlockCount
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

HeaderSize

Declaration
public uint HeaderSize
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

RawFileSize

Declaration
public uint RawFileSize
Field Value
Type Description
System.UInt32
| Improve this Doc View Source

Type

Declaration
public FileType Type
Field Value
Type Description
FileType

Properties

| Improve this Doc View Source

ModelBlock

Declaration
public ModelBlock ModelBlock { get; }
Property Value
Type Description
ModelBlock
| Improve this Doc View Source

Offset

Declaration
public long Offset { get; }
Property Value
Type Description
System.Int64
  • Improve this Doc
  • View Source
Back to top Generated by DocFX