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

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

Public Properties

Property Type Description
Offset int
Vertices List

Public Methods

Method Description
Contains ( int offset ) : bool
GetAsBytes ( ) : byte[]
IsAdjacentTo ( int offset, int size ) : bool
LoadFromBytes ( byte bytes ) : bool
VertexCollection ( int offset ) : System

Method Details

Contains() public method

public Contains ( int offset ) : bool
offset int
return bool

GetAsBytes() public method

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

IsAdjacentTo() public method

public IsAdjacentTo ( int offset, int size ) : bool
offset int
size int
return bool

LoadFromBytes() public method

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

VertexCollection() public method

public VertexCollection ( int offset ) : System
offset int
return System

Property Details

Offset public_oe property

public int Offset
return int

Vertices public_oe property

public List Vertices
return List