C# 클래스 Editor.Source_Files.EditorInstance

상속: NativeInstance
파일 보기 프로젝트 열기: LauriM/PropellerEngine 1 사용 예제들

공개 메소드들

메소드 설명
EditorInstance ( MainViewBase m ) : System
addDummy ( int x, int y ) : void
addMessage ( String message ) : void
createNewEntityType ( String name ) : void
initialize ( ) : void
initializeRenderer ( IntPtr handle ) : void
keyDown ( int code ) : void
keyUp ( int code ) : void
loadScene ( String path ) : void
reloadDLL ( ) : void
removeEntity ( int handle ) : void
requestTypeEditor ( string file ) : void
saveScene ( String path ) : void
syncEntityTypesToDisk ( ) : void
update ( ) : void

비공개 메소드들

메소드 설명
callCCommand ( string command ) : void
importTiledMap ( String filename ) : void
mouseDeltaInput ( int p1, int p2 ) : void
pauseEngine ( ) : void
reloadArchiveBrowserList ( ) : void
requestGameViewLaunch ( ) : void
runEngine ( ) : void
stopEngine ( ) : void
toggle2D3D ( ) : void

메소드 상세

EditorInstance() 공개 메소드

public EditorInstance ( MainViewBase m ) : System
m MainViewBase
리턴 System

addDummy() 공개 메소드

public addDummy ( int x, int y ) : void
x int
y int
리턴 void

addMessage() 공개 메소드

public addMessage ( String message ) : void
message String
리턴 void

createNewEntityType() 공개 메소드

public createNewEntityType ( String name ) : void
name String
리턴 void

initialize() 공개 메소드

public initialize ( ) : void
리턴 void

initializeRenderer() 공개 메소드

public initializeRenderer ( IntPtr handle ) : void
handle System.IntPtr
리턴 void

keyDown() 공개 메소드

public keyDown ( int code ) : void
code int
리턴 void

keyUp() 공개 메소드

public keyUp ( int code ) : void
code int
리턴 void

loadScene() 공개 메소드

public loadScene ( String path ) : void
path String
리턴 void

reloadDLL() 공개 메소드

public reloadDLL ( ) : void
리턴 void

removeEntity() 공개 메소드

public removeEntity ( int handle ) : void
handle int
리턴 void

requestTypeEditor() 공개 메소드

public requestTypeEditor ( string file ) : void
file string
리턴 void

saveScene() 공개 메소드

public saveScene ( String path ) : void
path String
리턴 void

syncEntityTypesToDisk() 공개 메소드

public syncEntityTypesToDisk ( ) : void
리턴 void

update() 공개 메소드

public update ( ) : void
리턴 void