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

A channel in a ModelVertexDeclaration.
상속: ModelAsset
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
MatchAttribute ( ModelProgram program ) : ProgramAttribute

Get the ProgramAttribute this should bind to, or null if there is none.

Read ( BinaryReader reader, int &offset ) : Vector4f

Read the attribute.

ToString ( ) : string

Get a string representation of the object.

비공개 메소드들

메소드 설명
ModelVertexAttribute ( ModelVertexDeclaration declaration, AssetLoader loader, int index ) : System

메소드 상세

MatchAttribute() 공개 메소드

Get the ProgramAttribute this should bind to, or null if there is none.
public MatchAttribute ( ModelProgram program ) : ProgramAttribute
program ModelProgram
리턴 ProgramAttribute

Read() 공개 메소드

Read the attribute.
public Read ( BinaryReader reader, int &offset ) : Vector4f
reader System.IO.BinaryReader
offset int
리턴 Vector4f

ToString() 공개 메소드

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