C# Class ME3Explorer.LevelExplorer.LevelEditor.SceneManager

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
GlobalTree System.Windows.Forms.TreeView
Levels List
MoveSpeed float
MoveWASD bool
Pkeys Pressedkeys
device Device

Méthodes publiques

Méthode 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 méthode

public AddLevel ( ME3Package pcc ) : void
pcc ME3Package
Résultat void

ApplyRotation() public méthode

public ApplyRotation ( System.Vector3 v ) : void
v System.Vector3
Résultat void

ApplyTransform() public méthode

public ApplyTransform ( System.Matrix m ) : void
m System.Matrix
Résultat void

CreateModJobs() public méthode

public CreateModJobs ( ) : void
Résultat void

CreateView() public méthode

public CreateView ( PictureBox p ) : Device
p System.Windows.Forms.PictureBox
Résultat Device

DeSelectAll() public méthode

public DeSelectAll ( ) : void
Résultat void

Exportscene3DS() public méthode

public Exportscene3DS ( string path ) : void
path string
Résultat void

GetNodeIndexPath() public méthode

public GetNodeIndexPath ( TreeNode t ) : string
t System.Windows.Forms.TreeNode
Résultat string

GetNodePath() public méthode

public GetNodePath ( TreeNode t ) : string
t System.Windows.Forms.TreeNode
Résultat string

Init() public méthode

public Init ( Device d, TreeView tv ) : void
d Device
tv System.Windows.Forms.TreeView
Résultat void

Process3DClick() public méthode

public Process3DClick ( System.Vector3 org, System.Vector3 dir ) : void
org System.Vector3
dir System.Vector3
Résultat void

ProcessKey() public méthode

public ProcessKey ( int key, bool isdown ) : void
key int
isdown bool
Résultat void

ProcessTreeClick() public méthode

public ProcessTreeClick ( string path, bool AutoFocus ) : void
path string
AutoFocus bool
Résultat void

Render() public méthode

public Render ( ) : void
Résultat void

ResetDX() public méthode

public ResetDX ( ) : void
Résultat void

SaveAllChanges() public méthode

public SaveAllChanges ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

GlobalTree public_oe property

public TreeView,System.Windows.Forms GlobalTree
Résultat System.Windows.Forms.TreeView

Levels public_oe property

public List Levels
Résultat List

MoveSpeed public_oe property

public float MoveSpeed
Résultat float

MoveWASD public_oe property

public bool MoveWASD
Résultat bool

Pkeys public_oe property

public Pressedkeys Pkeys
Résultat Pressedkeys

device public_oe property

public Device device
Résultat Device