Property | Type | Description | |
---|---|---|---|
BodySetup | int | ||
CamDistance | float | ||
CamOffset | System.Vector3 | ||
Cubes | List |
||
CurrentTex | Texture | ||
DefaultTex | Texture | ||
LOD | int | ||
Mat | Material | ||
RawTriangles | CustomVertex.PositionTextured[] | ||
StatMesh | |||
boxorigin | System.Vector3 | ||
device | Device | ||
init | bool | ||
presentParams | PresentParameters | ||
rotate | bool |
Method | Description | |
---|---|---|
InitializeGraphics ( |
||
NewCubeByCubeMinMax ( DXCube org, System.Vector3 min, System.Vector3 max, int c ) : DXCube | ||
NewCubeByOrigSize ( System.Vector3 origin, System.Vector3 size, int c ) : DXCube | ||
Refresh ( ) : void | ||
setTex ( Texture tex = null ) : void | ||
switchYZ ( System.Vector3 v ) : System.Vector3 |
Method | Description | |
---|---|---|
Render ( ) : void |
public static InitializeGraphics ( |
||
handle | ||
return | bool |
public static NewCubeByCubeMinMax ( DXCube org, System.Vector3 min, System.Vector3 max, int c ) : DXCube | ||
org | DXCube | |
min | System.Vector3 | |
max | System.Vector3 | |
c | int | |
return | DXCube |
public static NewCubeByOrigSize ( System.Vector3 origin, System.Vector3 size, int c ) : DXCube | ||
origin | System.Vector3 | |
size | System.Vector3 | |
c | int | |
return | DXCube |
public static setTex ( Texture tex = null ) : void | ||
tex | Texture | |
return | void |
public static switchYZ ( System.Vector3 v ) : System.Vector3 | ||
v | System.Vector3 | |
return | System.Vector3 |
public static CustomVertex.PositionTextured[] RawTriangles | ||
return | CustomVertex.PositionTextured[] |
public static StaticMesh,ME3Explorer.Unreal.Classes StatMesh | ||
return |
public static PresentParameters presentParams | ||
return | PresentParameters |