C# Class Alexandria.Engines.DarkSouls.ModelDetailLevel

A detail level of a ModelMesh.
Inheritance: ModelAsset
Exibir arquivo Open project: Burton-Radons/Alexandria

Private Properties

Property Type Description
ModelDetailLevel System

Public Methods

Method Description
Draw ( ModelDrawContext context, ModelProgram program ) : void

Draw the detail level.

ToString ( ) : string

Create a string representation of the object.

Private Methods

Method Description
ModelDetailLevel ( ModelMesh mesh, int index, AssetLoader loader, int dataOffset, ArrayBackedList bufferData ) : System

Method Details

Draw() public method

Draw the detail level.
public Draw ( ModelDrawContext context, ModelProgram program ) : void
context ModelDrawContext
program ModelProgram
return void

ToString() public method

Create a string representation of the object.
public ToString ( ) : string
return string