C# Class FlatRedBall.Glue.StateInterpolation.Tweener

ファイルを表示 Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
PositionChanged PositionChangedHandler

Public Methods

Method Description
GetInterpolationFunction ( InterpolationType type, Easing easing ) : TweeningFunction
Reset ( ) : void
Reset ( float to ) : void
Reverse ( ) : void
Start ( ) : void
Start ( float from, float to, float duration, TweeningFunction tweeningFunction ) : void
Stop ( ) : void
ToString ( ) : string
Tweener ( ) : System
Tweener ( float from, float to, System.TimeSpan duration, TweeningFunction tweeningFunction ) : System
Tweener ( float from, float to, float duration, InterpolationType type, Easing easing ) : System
Tweener ( float from, float to, float duration, TweeningFunction tweeningFunction ) : System
Update ( float time ) : void

Protected Methods

Method Description
OnEnd ( ) : void

Method Details

GetInterpolationFunction() public static method

public static GetInterpolationFunction ( InterpolationType type, Easing easing ) : TweeningFunction
type InterpolationType
easing Easing
return TweeningFunction

OnEnd() protected method

protected OnEnd ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Reset() public method

public Reset ( float to ) : void
to float
return void

Reverse() public method

public Reverse ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Start() public method

public Start ( float from, float to, float duration, TweeningFunction tweeningFunction ) : void
from float
to float
duration float
tweeningFunction TweeningFunction
return void

Stop() public method

public Stop ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Tweener() public method

public Tweener ( ) : System
return System

Tweener() public method

public Tweener ( float from, float to, System.TimeSpan duration, TweeningFunction tweeningFunction ) : System
from float
to float
duration System.TimeSpan
tweeningFunction TweeningFunction
return System

Tweener() public method

public Tweener ( float from, float to, float duration, InterpolationType type, Easing easing ) : System
from float
to float
duration float
type InterpolationType
easing Easing
return System

Tweener() public method

public Tweener ( float from, float to, float duration, TweeningFunction tweeningFunction ) : System
from float
to float
duration float
tweeningFunction TweeningFunction
return System

Update() public method

public Update ( float time ) : void
time float
return void

Property Details

PositionChanged public_oe property

public PositionChangedHandler PositionChanged
return PositionChangedHandler