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

A parameter to a ModelMaterial. So far this seems to be restricted to textures. Asset.Name holds the name of the parameter.
Наследование: ModelAsset
Показать файл Открыть проект

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

Метод Описание
Bind ( ModelDrawContext context, ModelProgram program ) : void

Bind the material parameter to the program.

ToString ( ) : string

Convert to a readable string format.

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

Метод Описание
ModelMaterialParameter ( ModelMaterial material, int materialIndex, int index, AssetLoader loader ) : System

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

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

Bind the material parameter to the program.
public Bind ( ModelDrawContext context, ModelProgram program ) : void
context ModelDrawContext
program ModelProgram
Результат void

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

Convert to a readable string format.
public ToString ( ) : string
Результат string