C# Class AssetStudio.SerializedFileHeader

Show file Open project: mdsitton/atlastool Class Usage Examples

Public Properties

Property Type Description
m_DataOffset long
m_Endianess byte
m_FileSize long
m_MetadataSize uint
m_Reserved byte[]
m_Version SerializedFileFormatVersion

Property Details

m_DataOffset public property

public long m_DataOffset
return long

m_Endianess public property

public byte m_Endianess
return byte

m_FileSize public property

public long m_FileSize
return long

m_MetadataSize public property

public uint m_MetadataSize
return uint

m_Reserved public property

public byte[] m_Reserved
return byte[]

m_Version public property

public SerializedFileFormatVersion m_Version
return SerializedFileFormatVersion