C# 클래스 Alexandria.Engines.DarkSouls.ModelVertexDeclaration

Describes the layout of a vertex.
상속: ModelAsset
파일 보기 프로젝트 열기: Burton-Radons/Alexandria 1 사용 예제들

공개 메소드들

메소드 설명
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