Méthode | Description | |
---|---|---|
PerformTweening ( double frame ) : void |
Allows the animation to implement its core tweening logic to generate intermediate frames as it progresses from start to end.
|
|
PlayCore ( ) : void | ||
ProgressCore ( bool startRepetition, bool startReverse, System.DateTime timeStamp ) : bool | ||
Repeat ( bool reverse ) : void | ||
StopCore ( bool completed, ProceduralAnimationStopState stopState ) : void | ||
TweenAnimation ( System.TimeSpan duration ) : System |
Initializes an instance of TweenAnimation.
|
protected abstract PerformTweening ( double frame ) : void | ||
frame | double | A value between 0 and 1 (inclusive) indicating the current frame. |
Résultat | void |
protected final ProgressCore ( bool startRepetition, bool startReverse, System.DateTime timeStamp ) : bool | ||
startRepetition | bool | |
startReverse | bool | |
timeStamp | System.DateTime | |
Résultat | bool |
protected final StopCore ( bool completed, ProceduralAnimationStopState stopState ) : void | ||
completed | bool | |
stopState | ProceduralAnimationStopState | |
Résultat | void |
protected TweenAnimation ( System.TimeSpan duration ) : System | ||
duration | System.TimeSpan | The time span over which the animation runs. |
Résultat | System |