C# 클래스 Alexandria.Engines.DarkSouls.ModelDetailLevel

A detail level of a ModelMesh.
상속: ModelAsset
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

Private Properties

프로퍼티 타입 설명
ModelDetailLevel System

공개 메소드들

메소드 설명
Draw ( ModelDrawContext context, ModelProgram program ) : void

Draw the detail level.

ToString ( ) : string

Create a string representation of the object.

비공개 메소드들

메소드 설명
ModelDetailLevel ( ModelMesh mesh, int index, AssetLoader loader, int dataOffset, ArrayBackedList bufferData ) : System

메소드 상세

Draw() 공개 메소드

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

ToString() 공개 메소드

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