C# Class GameScriptingPlugin.MainPluginClass

Inheritance: FlatRedBall.Glue.Plugins.PluginBase
Afficher le fichier Open project: vchelaru/FlatRedBall

Private Properties

Свойство Type Description
HandleAddGameScript void
HandleAddGameScriptDebugging void

Méthodes publiques

Méthode Description
ShutDown ( PluginShutDownReason reason ) : bool
StartUp ( ) : void

Private Methods

Méthode Description
HandleAddGameScript ( object sender, EventArgs args ) : void
HandleAddGameScriptDebugging ( object sender, EventArgs e ) : void

Method Details

ShutDown() public méthode

public ShutDown ( PluginShutDownReason reason ) : bool
reason PluginShutDownReason
Résultat bool

StartUp() public méthode

public StartUp ( ) : void
Résultat void