C# Class GlueViewOfficialPlugins.States.StateViewPlugin

Inheritance: GlueView.Plugin.GlueViewPlugin
Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
ApplyInterpolateToState ( object firstState, object secondState, float time, InterpolationType interpolationType, Easing easing ) : void
ShutDown ( FlatRedBall shutDownReason ) : bool
StartUp ( ) : void

Private Methods

Method Description
OnElementLoad ( object sender, EventArgs e ) : void

Method Details

ApplyInterpolateToState() public method

public ApplyInterpolateToState ( object firstState, object secondState, float time, InterpolationType interpolationType, Easing easing ) : void
firstState object
secondState object
time float
interpolationType InterpolationType
easing Easing
return void

ShutDown() public method

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

StartUp() public method

public StartUp ( ) : void
return void