C# Class Alexandria.Engines.DarkSouls.ModelVertexDeclaration

Describes the layout of a vertex.
Inheritance: ModelAsset
Afficher le fichier Open project: Burton-Radons/Alexandria Class Usage Examples

Méthodes publiques

Méthode Description
Bind ( ModelProgram program, ModelMesh mesh, int stride ) : void

Bind the vertex declaration to the program.

ToString ( ) : string

Get a string representation of the object.

Private Methods

Méthode Description
ModelVertexDeclaration ( FolderAsset folder, int index, AssetLoader loader ) : System

Method Details

Bind() public méthode

Bind the vertex declaration to the program.
public Bind ( ModelProgram program, ModelMesh mesh, int stride ) : void
program ModelProgram
mesh ModelMesh
stride int
Résultat void

ToString() public méthode

Get a string representation of the object.
public ToString ( ) : string
Résultat string