C# Class GlueViewOfficialPlugins.States.StateViewPlugin

Inheritance: GlueView.Plugin.GlueViewPlugin
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
OnElementLoad ( object sender, EventArgs e ) : void

Method Details

ApplyInterpolateToState() public méthode

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

ShutDown() public méthode

public ShutDown ( FlatRedBall shutDownReason ) : bool
shutDownReason FlatRedBall
Résultat bool

StartUp() public méthode

public StartUp ( ) : void
Résultat void