Property | Type | Description | |
---|---|---|---|
GlobalTree | |||
Levels | List |
||
MoveSpeed | float | ||
MoveWASD | bool | ||
Pkeys | Pressedkeys | ||
device | Device |
Method | Description | |
---|---|---|
AddLevel ( ME3Package pcc ) : void | ||
ApplyRotation ( System.Vector3 v ) : void | ||
ApplyTransform ( System.Matrix m ) : void | ||
CreateModJobs ( ) : void | ||
CreateView ( |
||
DeSelectAll ( ) : void | ||
Exportscene3DS ( string path ) : void | ||
GetNodeIndexPath ( |
||
GetNodePath ( |
||
Init ( Device d, |
||
Process3DClick ( System.Vector3 org, System.Vector3 dir ) : void | ||
ProcessKey ( int key, bool isdown ) : void | ||
ProcessTreeClick ( string path, bool AutoFocus ) : void | ||
Render ( ) : void | ||
ResetDX ( ) : void | ||
SaveAllChanges ( ) : void | ||
Update ( ) : void |
public ApplyRotation ( System.Vector3 v ) : void | ||
v | System.Vector3 | |
return | void |
public ApplyTransform ( System.Matrix m ) : void | ||
m | System.Matrix | |
return | void |
public CreateView ( |
||
p | ||
return | Device |
public GetNodeIndexPath ( |
||
t | ||
return | string |
public GetNodePath ( |
||
t | ||
return | string |
public Init ( Device d, |
||
d | Device | |
tv | ||
return | void |
public Process3DClick ( System.Vector3 org, System.Vector3 dir ) : void | ||
org | System.Vector3 | |
dir | System.Vector3 | |
return | void |
public ProcessKey ( int key, bool isdown ) : void | ||
key | int | |
isdown | bool | |
return | void |
public ProcessTreeClick ( string path, bool AutoFocus ) : void | ||
path | string | |
AutoFocus | bool | |
return | void |
public TreeView,System.Windows.Forms GlobalTree | ||
return |