C# 클래스 ParticleEditor.GameForm

상속: EditorObjects.EditorWindow
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
camera FlatRedBall.Camera
cursor FlatRedBall.Gui.Cursor
gameData EditorData

공개 메소드들

메소드 설명
Exit ( GameForm form ) : void
FrameUpdate ( ) : void
GameForm ( ) : System
ProcessCommandLineArgument ( string argument ) : void

보호된 메소드들

메소드 설명
OnKeyPress ( System e ) : void

비공개 메소드들

메소드 설명
Main ( string args ) : void

메소드 상세

Exit() 공개 정적인 메소드

public static Exit ( GameForm form ) : void
form GameForm
리턴 void

FrameUpdate() 공개 메소드

public FrameUpdate ( ) : void
리턴 void

GameForm() 공개 메소드

public GameForm ( ) : System
리턴 System

OnKeyPress() 보호된 메소드

protected OnKeyPress ( System e ) : void
e System
리턴 void

ProcessCommandLineArgument() 공개 메소드

public ProcessCommandLineArgument ( string argument ) : void
argument string
리턴 void

프로퍼티 상세

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

public static Camera,FlatRedBall camera
리턴 FlatRedBall.Camera

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

public static Cursor,FlatRedBall.Gui cursor
리턴 FlatRedBall.Gui.Cursor

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

public static EditorData,ParticleEditor gameData
리턴 EditorData