C# Класс Alexandria.Engines.DarkSouls.ModelVertexDeclaration

Describes the layout of a vertex.
Наследование: ModelAsset
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Bind ( ModelProgram program, ModelMesh mesh, int stride ) : void

Bind the vertex declaration to the program.

ToString ( ) : string

Get a string representation of the object.

Приватные методы

Метод Описание
ModelVertexDeclaration ( FolderAsset folder, int index, AssetLoader loader ) : System

Описание методов

Bind() публичный метод

Bind the vertex declaration to the program.
public Bind ( ModelProgram program, ModelMesh mesh, int stride ) : void
program ModelProgram
mesh ModelMesh
stride int
Результат void

ToString() публичный метод

Get a string representation of the object.
public ToString ( ) : string
Результат string