C# 클래스 GameScriptingPlugin.MainPluginClass

상속: FlatRedBall.Glue.Plugins.PluginBase
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

Private Properties

프로퍼티 타입 설명
HandleAddGameScript void
HandleAddGameScriptDebugging void

공개 메소드들

메소드 설명
ShutDown ( PluginShutDownReason reason ) : bool
StartUp ( ) : void

비공개 메소드들

메소드 설명
HandleAddGameScript ( object sender, EventArgs args ) : void
HandleAddGameScriptDebugging ( object sender, EventArgs e ) : void

메소드 상세

ShutDown() 공개 메소드

public ShutDown ( PluginShutDownReason reason ) : bool
reason PluginShutDownReason
리턴 bool

StartUp() 공개 메소드

public StartUp ( ) : void
리턴 void