C# Class NewSF64Toolkit.DataStructures.DataObjects.SFLevelObject

Inheritance: IGameDataStructure, IGLRenderable
Afficher le fichier Open project: mib-f8sm9c/NewSF64Toolkit Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
GetAsBytes ( ) : byte[]
LoadFromBytes ( byte bytes ) : bool
SFLevelObject ( int offset, byte bytes ) : System

Method Details

GetAsBytes() public méthode

public GetAsBytes ( ) : byte[]
Résultat byte[]

LoadFromBytes() public méthode

public LoadFromBytes ( byte bytes ) : bool
bytes byte
Résultat bool

SFLevelObject() public méthode

public SFLevelObject ( int offset, byte bytes ) : System
offset int
bytes byte
Résultat System

Property Details

AdvancedScript public_oe property

public SFAdvancedObjectScript,NewSF64Toolkit.DataStructures.DataObjects AdvancedScript
Résultat SFAdvancedObjectScript

DListOffset public_oe property

public uint DListOffset
Résultat uint

ID public_oe property

public ushort ID
Résultat ushort

LvlPos public_oe property

public float LvlPos
Résultat float

Offset public_oe property

public int Offset
Résultat int

Unk public_oe property

public ushort Unk
Résultat ushort

X public_oe property

public short X
Résultat short

XRot public_oe property

public short XRot
Résultat short

Y public_oe property

public short Y
Résultat short

YRot public_oe property

public short YRot
Résultat short

Z public_oe property

public short Z
Résultat short

ZRot public_oe property

public short ZRot
Résultat short