C# Class OfficialPlugins.StateInterpolation.StateInterpolationPlugin

Inheritance: FlatRedBall.Glue.Plugins.PluginBase
Datei anzeigen Open project: vchelaru/FlatRedBall

Public Methods

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

Private Methods

Method Description
HandleAdjustDisplayedEntity ( EntitySave entitySave, EntitySavePropertyGridDisplayer displayer ) : void
HandleAdjustDisplayedScreen ( ScreenSave screenSave, ScreenSavePropertyGridDisplayer displayer ) : void
HandleClickMenuItem ( object sender, EventArgs e ) : void
HandleGluxLoad ( ) : void
HandleInitializeMenu ( MenuStrip menuStrip ) : void
UpdateCodeInProjectPresence ( ) : void
UpdateMenuItemText ( ) : void

Method Details

ShutDown() public method

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

StartUp() public method

public StartUp ( ) : void
return void