C# Class GameScriptingPlugin.MainPluginClass

Inheritance: FlatRedBall.Glue.Plugins.PluginBase
Datei anzeigen Open project: vchelaru/FlatRedBall

Private Properties

Property Type Description
HandleAddGameScript void
HandleAddGameScriptDebugging void

Public Methods

Method Description
ShutDown ( PluginShutDownReason reason ) : bool
StartUp ( ) : void

Private Methods

Method Description
HandleAddGameScript ( object sender, EventArgs args ) : void
HandleAddGameScriptDebugging ( object sender, EventArgs e ) : void

Method Details

ShutDown() public method

public ShutDown ( PluginShutDownReason reason ) : bool
reason PluginShutDownReason
return bool

StartUp() public method

public StartUp ( ) : void
return void