Свойство | Тип | Описание | |
---|---|---|---|
PositionChanged | PositionChangedHandler |
Метод | Описание | |
---|---|---|
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 |
Метод | Описание | |
---|---|---|
OnEnd ( ) : void |
public static GetInterpolationFunction ( InterpolationType type, Easing easing ) : TweeningFunction | ||
type | InterpolationType | |
easing | Easing | |
Результат | TweeningFunction |
public Start ( float from, float to, float duration, TweeningFunction tweeningFunction ) : void | ||
from | float | |
to | float | |
duration | float | |
tweeningFunction | TweeningFunction | |
Результат | void |
public Tweener ( float from, float to, System.TimeSpan duration, TweeningFunction tweeningFunction ) : System | ||
from | float | |
to | float | |
duration | System.TimeSpan | |
tweeningFunction | TweeningFunction | |
Результат | System |
public Tweener ( float from, float to, float duration, InterpolationType type, Easing easing ) : System | ||
from | float | |
to | float | |
duration | float | |
type | InterpolationType | |
easing | Easing | |
Результат | System |
public Tweener ( float from, float to, float duration, TweeningFunction tweeningFunction ) : System | ||
from | float | |
to | float | |
duration | float | |
tweeningFunction | TweeningFunction | |
Результат | System |