C# Class NewSF64Toolkit.DataStructures.DataObjects.SFLevelObject

Inheritance: IGameDataStructure, IGLRenderable
Show file 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 property

public SFAdvancedObjectScript,NewSF64Toolkit.DataStructures.DataObjects AdvancedScript
return SFAdvancedObjectScript

DListOffset public property

public uint DListOffset
return uint

ID public property

public ushort ID
return ushort

LvlPos public property

public float LvlPos
return float

Offset public property

public int Offset
return int

Unk public property

public ushort Unk
return ushort

X public property

public short X
return short

XRot public property

public short XRot
return short

Y public property

public short Y
return short

YRot public property

public short YRot
return short

Z public property

public short Z
return short

ZRot public property

public short ZRot
return short