Метод | Описание | |
---|---|---|
ProceduralAnimationSet ( ) : System |
Creates an AnimationSet with the specified set of individual animations.
|
Метод | Описание | |
---|---|---|
PlayCore ( ) : void | ||
ProgressCore ( bool startRepetition, bool startReverse, System.DateTime timeStamp ) : bool | ||
Repeat ( bool reverse ) : void | ||
StopCore ( bool completed, ProceduralAnimationStopState stopState ) : void |
public ProceduralAnimationSet ( ) : System | ||
Результат | System |
protected ProgressCore ( bool startRepetition, bool startReverse, System.DateTime timeStamp ) : bool | ||
startRepetition | bool | |
startReverse | bool | |
timeStamp | System.DateTime | |
Результат | bool |
protected StopCore ( bool completed, ProceduralAnimationStopState stopState ) : void | ||
completed | bool | |
stopState | ProceduralAnimationStopState | |
Результат | void |