C# Class NewSF64Toolkit.DataStructures.DataObjects.SFLevelObject

Inheritance: IGameDataStructure, IGLRenderable
Datei anzeigen Open project: mib-f8sm9c/NewSF64Toolkit Class Usage Examples

Public Properties

Property Type Description
AdvancedScript SFAdvancedObjectScript
DListOffset uint
ID ushort
LvlPos float
Offset int
Unk ushort
X short
XRot short
Y short
YRot short
Z short
ZRot short

Public Methods

Method Description
GetAsBytes ( ) : byte[]
LoadFromBytes ( byte bytes ) : bool
SFLevelObject ( 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

SFLevelObject() public method

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

Property Details

AdvancedScript public_oe property

public SFAdvancedObjectScript,NewSF64Toolkit.DataStructures.DataObjects AdvancedScript
return SFAdvancedObjectScript

DListOffset public_oe property

public uint DListOffset
return uint

ID public_oe property

public ushort ID
return ushort

LvlPos public_oe property

public float LvlPos
return float

Offset public_oe property

public int Offset
return int

Unk public_oe property

public ushort Unk
return ushort

X public_oe property

public short X
return short

XRot public_oe property

public short XRot
return short

Y public_oe property

public short Y
return short

YRot public_oe property

public short YRot
return short

Z public_oe property

public short Z
return short

ZRot public_oe property

public short ZRot
return short