C# Class Alexandria.Engines.DarkSouls.ModelVertexDeclaration

Describes the layout of a vertex.
Inheritance: ModelAsset
ファイルを表示 Open project: Burton-Radons/Alexandria Class Usage Examples

Public Methods

Method 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

Method Description
ModelVertexDeclaration ( FolderAsset folder, int index, AssetLoader loader ) : System

Method Details

Bind() public method

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

ToString() public method

Get a string representation of the object.
public ToString ( ) : string
return string