C# Class ME3Explorer.LevelExplorer.LevelEditor.SceneManager

Exibir arquivo Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
GlobalTree System.Windows.Forms.TreeView
Levels List
MoveSpeed float
MoveWASD bool
Pkeys Pressedkeys
device Device

Public Methods

Method Description
AddLevel ( ME3Package pcc ) : void
ApplyRotation ( System.Vector3 v ) : void
ApplyTransform ( System.Matrix m ) : void
CreateModJobs ( ) : void
CreateView ( PictureBox p ) : Device
DeSelectAll ( ) : void
Exportscene3DS ( string path ) : void
GetNodeIndexPath ( TreeNode t ) : string
GetNodePath ( TreeNode t ) : string
Init ( Device d, TreeView tv ) : void
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

Method Details

AddLevel() public method

public AddLevel ( ME3Package pcc ) : void
pcc ME3Package
return void

ApplyRotation() public method

public ApplyRotation ( System.Vector3 v ) : void
v System.Vector3
return void

ApplyTransform() public method

public ApplyTransform ( System.Matrix m ) : void
m System.Matrix
return void

CreateModJobs() public method

public CreateModJobs ( ) : void
return void

CreateView() public method

public CreateView ( PictureBox p ) : Device
p System.Windows.Forms.PictureBox
return Device

DeSelectAll() public method

public DeSelectAll ( ) : void
return void

Exportscene3DS() public method

public Exportscene3DS ( string path ) : void
path string
return void

GetNodeIndexPath() public method

public GetNodeIndexPath ( TreeNode t ) : string
t System.Windows.Forms.TreeNode
return string

GetNodePath() public method

public GetNodePath ( TreeNode t ) : string
t System.Windows.Forms.TreeNode
return string

Init() public method

public Init ( Device d, TreeView tv ) : void
d Device
tv System.Windows.Forms.TreeView
return void

Process3DClick() public method

public Process3DClick ( System.Vector3 org, System.Vector3 dir ) : void
org System.Vector3
dir System.Vector3
return void

ProcessKey() public method

public ProcessKey ( int key, bool isdown ) : void
key int
isdown bool
return void

ProcessTreeClick() public method

public ProcessTreeClick ( string path, bool AutoFocus ) : void
path string
AutoFocus bool
return void

Render() public method

public Render ( ) : void
return void

ResetDX() public method

public ResetDX ( ) : void
return void

SaveAllChanges() public method

public SaveAllChanges ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

GlobalTree public_oe property

public TreeView,System.Windows.Forms GlobalTree
return System.Windows.Forms.TreeView

Levels public_oe property

public List Levels
return List

MoveSpeed public_oe property

public float MoveSpeed
return float

MoveWASD public_oe property

public bool MoveWASD
return bool

Pkeys public_oe property

public Pressedkeys Pkeys
return Pressedkeys

device public_oe property

public Device device
return Device