C# Class GluePluginTemplate.MyPlugin

Inheritance: FlatRedBall.Glue.Plugins.PluginBase
ファイルを表示 Open project: vchelaru/FlatRedBall

Private Properties

Property Type Description

Public Methods

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

Method Details

ShutDown() public method

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

StartUp() public method

public StartUp ( ) : void
return void