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

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

Public Properties

Property Type Description
A byte
B byte
G byte
Offset int
R byte
S short
T short
Unk short
X short
Y short
Z short

Public Methods

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

Method Details

GetAsBytes() public method

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

LoadFromBytes() public method

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

Vertex() public method

public Vertex ( int offset, byte data ) : System
offset int
data byte
return System

Property Details

A public_oe property

public byte A
return byte

B public_oe property

public byte B
return byte

G public_oe property

public byte G
return byte

Offset public_oe property

public int Offset
return int

R public_oe property

public byte R
return byte

S public_oe property

public short S
return short

T public_oe property

public short T
return short

Unk public_oe property

public short Unk
return short

X public_oe property

public short X
return short

Y public_oe property

public short Y
return short

Z public_oe property

public short Z
return short