C# Class FlatRedBall.PlatformerPlugin.MainPlugin

Inheritance: FlatRedBall.Glue.Plugins.PluginBase
显示文件 Open project: vchelaru/FlatRedBall

Public Methods

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

Private Methods

Method Description
HandleItemSelected ( TreeNode selectedTreeNode ) : void

Method Details

ShutDown() public method

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

StartUp() public method

public StartUp ( ) : void
return void