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

A channel in a ModelVertexDeclaration.
Наследование: ModelAsset
Показать файл Открыть проект

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

Метод Описание
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