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

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

Méthodes publiques

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

Method Details

AddBytesTo() public méthode

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

AddDList() public méthode

public AddDList ( DListCommand command ) : bool
command DListCommand
Résultat bool

AddTexture() public méthode

public AddTexture ( Texture texture ) : bool
texture Texture
Résultat bool

AddVertex() public méthode

public AddVertex ( Vertex vertex ) : bool
vertex Vertex
Résultat bool

F3DEXCollection() public méthode

public F3DEXCollection ( ) : System
Résultat System