C# 클래스 Nomad.Game

상속: System.Windows.Forms.ApplicationContext, IGame
파일 보기 프로젝트 열기: Azerothian/fc3editor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
programGuid string

공개 메소드들

메소드 설명
EnableUICallback ( bool enable ) : void
Initialise ( ) : void
LoadCompletedCallback ( bool success ) : void
OnKeyEvent ( System.Enums ke, System args ) : void
OnMouseEvent ( System.Enums me, System args ) : void
OpenExistingAppCallback ( IntPtr hWnd, IntPtr lParam ) : bool
PopInput ( IInputSink input ) : void
PushInput ( IInputSink input ) : void
Run ( bool engineRunning, string initMapPath ) : void
SaveCompletedCallback ( bool success ) : void
UpdateCallback ( float dt ) : void

비공개 메소드들

메소드 설명
EventCallback ( uint eventType, IntPtr eventPtr ) : void
GetInputs ( ) : IEnumerable
LoadMapInternal ( string fileName, EditorDocument callback ) : void

메소드 상세

EnableUICallback() 공개 메소드

public EnableUICallback ( bool enable ) : void
enable bool
리턴 void

Initialise() 공개 메소드

public Initialise ( ) : void
리턴 void

LoadCompletedCallback() 공개 메소드

public LoadCompletedCallback ( bool success ) : void
success bool
리턴 void

OnKeyEvent() 공개 메소드

public OnKeyEvent ( System.Enums ke, System args ) : void
ke System.Enums
args System
리턴 void

OnMouseEvent() 공개 메소드

public OnMouseEvent ( System.Enums me, System args ) : void
me System.Enums
args System
리턴 void

OpenExistingAppCallback() 공개 정적인 메소드

public static OpenExistingAppCallback ( IntPtr hWnd, IntPtr lParam ) : bool
hWnd System.IntPtr
lParam System.IntPtr
리턴 bool

PopInput() 공개 메소드

public PopInput ( IInputSink input ) : void
input IInputSink
리턴 void

PushInput() 공개 메소드

public PushInput ( IInputSink input ) : void
input IInputSink
리턴 void

Run() 공개 메소드

public Run ( bool engineRunning, string initMapPath ) : void
engineRunning bool
initMapPath string
리턴 void

SaveCompletedCallback() 공개 메소드

public SaveCompletedCallback ( bool success ) : void
success bool
리턴 void

UpdateCallback() 공개 메소드

public UpdateCallback ( float dt ) : void
dt float
리턴 void

프로퍼티 상세

programGuid 공개적으로 정적으로 프로퍼티

public static string programGuid
리턴 string