C# Class Alexandria.Engines.DarkSouls.ModelDetailLevel

A detail level of a ModelMesh.
Inheritance: ModelAsset
Afficher le fichier Open project: Burton-Radons/Alexandria

Private Properties

Свойство Type Description
ModelDetailLevel System

Méthodes publiques

Méthode Description
Draw ( ModelDrawContext context, ModelProgram program ) : void

Draw the detail level.

ToString ( ) : string

Create a string representation of the object.

Private Methods

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

Method Details

Draw() public méthode

Draw the detail level.
public Draw ( ModelDrawContext context, ModelProgram program ) : void
context ModelDrawContext
program ModelProgram
Résultat void

ToString() public méthode

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