C# Class GlueView.Editing.EditingPlugin

Inheritance: GlueView.Plugin.GlueViewPlugin
Show file Open project: vchelaru/FlatRedBall

Public Methods

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

Private Methods

Method Description
HandleElementHighlight ( object sender, EventArgs e ) : void
HandleSelectedObjectChanged ( object sender, EventArgs e ) : void
HandleUpdate ( object sender, EventArgs e ) : void

Method Details

ShutDown() public method

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

StartUp() public method

public StartUp ( ) : void
return void