C# Class Alexandria.Engines.DarkSouls.ModelVertexAttribute

A channel in a ModelVertexDeclaration.
Inheritance: ModelAsset
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
ModelVertexAttribute ( ModelVertexDeclaration declaration, AssetLoader loader, int index ) : System

Method Details

MatchAttribute() public méthode

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

Read() public méthode

Read the attribute.
public Read ( BinaryReader reader, int &offset ) : Vector4f
reader System.IO.BinaryReader
offset int
Résultat Vector4f

ToString() public méthode

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