C# Class StateInterpolationPlugin.TweenerHolder

Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Methods

Method Description
During ( double time ) : ITweenerUsing
To ( float value ) : ITweenerDuring
Tween ( string member ) : ITweenerTo
Using ( InterpolationType interpolation, Easing easing ) : Tweener

Private Methods

Method Description
HandlePositionSet ( float newPosition ) : void

Method Details

During() public method

public During ( double time ) : ITweenerUsing
time double
return ITweenerUsing

To() public method

public To ( float value ) : ITweenerDuring
value float
return ITweenerDuring

Tween() public method

public Tween ( string member ) : ITweenerTo
member string
return ITweenerTo

Using() public method

public Using ( InterpolationType interpolation, Easing easing ) : Tweener
interpolation InterpolationType
easing Easing
return FlatRedBall.Glue.StateInterpolation.Tweener