C# 클래스 ME3Explorer.LevelExplorer.LevelEditor.SceneManager

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GlobalTree System.Windows.Forms.TreeView
Levels List
MoveSpeed float
MoveWASD bool
Pkeys Pressedkeys
device Device

공개 메소드들

메소드 설명
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

메소드 상세

AddLevel() 공개 메소드

public AddLevel ( ME3Package pcc ) : void
pcc ME3Package
리턴 void

ApplyRotation() 공개 메소드

public ApplyRotation ( System.Vector3 v ) : void
v System.Vector3
리턴 void

ApplyTransform() 공개 메소드

public ApplyTransform ( System.Matrix m ) : void
m System.Matrix
리턴 void

CreateModJobs() 공개 메소드

public CreateModJobs ( ) : void
리턴 void

CreateView() 공개 메소드

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

DeSelectAll() 공개 메소드

public DeSelectAll ( ) : void
리턴 void

Exportscene3DS() 공개 메소드

public Exportscene3DS ( string path ) : void
path string
리턴 void

GetNodeIndexPath() 공개 메소드

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

GetNodePath() 공개 메소드

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

Init() 공개 메소드

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

Process3DClick() 공개 메소드

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

ProcessKey() 공개 메소드

public ProcessKey ( int key, bool isdown ) : void
key int
isdown bool
리턴 void

ProcessTreeClick() 공개 메소드

public ProcessTreeClick ( string path, bool AutoFocus ) : void
path string
AutoFocus bool
리턴 void

Render() 공개 메소드

public Render ( ) : void
리턴 void

ResetDX() 공개 메소드

public ResetDX ( ) : void
리턴 void

SaveAllChanges() 공개 메소드

public SaveAllChanges ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

GlobalTree 공개적으로 프로퍼티

public TreeView,System.Windows.Forms GlobalTree
리턴 System.Windows.Forms.TreeView

Levels 공개적으로 프로퍼티

public List Levels
리턴 List

MoveSpeed 공개적으로 프로퍼티

public float MoveSpeed
리턴 float

MoveWASD 공개적으로 프로퍼티

public bool MoveWASD
리턴 bool

Pkeys 공개적으로 프로퍼티

public Pressedkeys Pkeys
리턴 Pressedkeys

device 공개적으로 프로퍼티

public Device device
리턴 Device