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

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

Public Methods

Method Description
AddBytesTo ( byte bytes ) : bool
AddDList ( DListCommand command ) : bool
AddTexture ( Texture texture ) : bool
AddVertex ( Vertex vertex ) : bool
F3DEXCollection ( ) : System

Method Details

AddBytesTo() public method

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

AddDList() public method

public AddDList ( DListCommand command ) : bool
command DListCommand
return bool

AddTexture() public method

public AddTexture ( Texture texture ) : bool
texture Texture
return bool

AddVertex() public method

public AddVertex ( Vertex vertex ) : bool
vertex Vertex
return bool

F3DEXCollection() public method

public F3DEXCollection ( ) : System
return System