C# Class NewSF64Toolkit.DataStructures.DataObjects.RefAdvancedLevelObject

Inheritance: IGameDataStructure
Mostra file Open project: mib-f8sm9c/NewSF64Toolkit Class Usage Examples

Public Properties

Property Type Description
DListOffset uint
GLDisplayListOffset int[]
Offset int
Unk1 uint
Unk2 float
Unk3 float
Unk4 float
Unk5 uint
Unk6 float
Unk7 uint

Public Methods

Method Description
GetAsBytes ( ) : byte[]
LoadFromBytes ( byte bytes ) : bool
RefAdvancedLevelObject ( int offset, byte bytes ) : System

Method Details

GetAsBytes() public method

public GetAsBytes ( ) : byte[]
return byte[]

LoadFromBytes() public method

public LoadFromBytes ( byte bytes ) : bool
bytes byte
return bool

RefAdvancedLevelObject() public method

public RefAdvancedLevelObject ( int offset, byte bytes ) : System
offset int
bytes byte
return System

Property Details

DListOffset public_oe property

public uint DListOffset
return uint

GLDisplayListOffset public_oe property

public int[] GLDisplayListOffset
return int[]

Offset public_oe property

public int Offset
return int

Unk1 public_oe property

public uint Unk1
return uint

Unk2 public_oe property

public float Unk2
return float

Unk3 public_oe property

public float Unk3
return float

Unk4 public_oe property

public float Unk4
return float

Unk5 public_oe property

public uint Unk5
return uint

Unk6 public_oe property

public float Unk6
return float

Unk7 public_oe property

public uint Unk7
return uint