Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Alexandria
Engines
DarkSouls
ModelDrawContext
C# Class Alexandria.Engines.DarkSouls.ModelDrawContext
Context for drawing a
Model
.
Show file
Open project: Burton-Radons/Alexandria
Class Usage Examples
Public Properties
Property
Type
Description
DisplayMode
BasicProgramDisplayMode
Projection
System.Matrix4d
View
System.Matrix4d
World
System.Matrix4d
Property Details
DisplayMode
public property
Get or set the display mode.
public
BasicProgramDisplayMode
DisplayMode
return
BasicProgramDisplayMode
Projection
public property
Get or set the projection matrix.
public
Matrix4d,System
Projection
return
System.Matrix4d
View
public property
Get or set the view matrix.
public
Matrix4d,System
View
return
System.Matrix4d
World
public property
Get or set the world matrix.
public
Matrix4d,System
World
return
System.Matrix4d