C# Class NewSF64Toolkit.DataStructures.DataObjects.F3DEX.Vertex

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

Méthodes publiques

Свойство Type Description
A byte
B byte
G byte
Offset int
R byte
S short
T short
Unk short
X short
Y short
Z short

Méthodes publiques

Méthode Description
GetAsBytes ( ) : byte[]
LoadFromBytes ( byte bytes ) : bool
Vertex ( int offset, byte data ) : 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

Vertex() public méthode

public Vertex ( int offset, byte data ) : System
offset int
data byte
Résultat System

Property Details

A public_oe property

public byte A
Résultat byte

B public_oe property

public byte B
Résultat byte

G public_oe property

public byte G
Résultat byte

Offset public_oe property

public int Offset
Résultat int

R public_oe property

public byte R
Résultat byte

S public_oe property

public short S
Résultat short

T public_oe property

public short T
Résultat short

Unk public_oe property

public short Unk
Résultat short

X public_oe property

public short X
Résultat short

Y public_oe property

public short Y
Résultat short

Z public_oe property

public short Z
Résultat short