C# Class PluginDemo.MainPlugin

Inheritance: FlatRedBall.Glue.Plugins.PluginBase
Show file Open project: vchelaru/FlatRedBall

Public Methods

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

Private Methods

Method Description
AddOrShowTab ( ) : void
HandleFileChanged ( string fileName ) : void
HandleGetReferencedFiles ( string fileName, EditorObjects topLevelOrRecursive, List referencedFiles ) : void
HandleItemSelect ( System selectedTreeNode ) : void

Method Details

ShutDown() public method

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

StartUp() public method

public StartUp ( ) : void
return void