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
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

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