Property | Type | Description | |
---|---|---|---|
counter | int | ||
startTime | int | ||
targetTime | int | ||
transitionType | TransitionType |
Method | Description | |
---|---|---|
Cancel ( ) : void |
Method | Description | |
---|---|---|
MakeTransition ( float t, float b, float d, float c ) : int | ||
Start ( Control control, TransitionType transitionType, int duration, AnimationAction actionHandler ) : void | ||
Start ( Control control, TransitionType transitionType, int duration, AnimationAction actionHandler, AnimationFinishedEvaluator evaluatorHandler ) : void |
Method | Description | |
---|---|---|
DoAnimation ( ) : void | ||
OnAnimationCompleted ( ) : void |
protected MakeTransition ( float t, float b, float d, float c ) : int | ||
t | float | |
b | float | |
d | float | |
c | float | |
return | int |
protected Start ( Control control, TransitionType transitionType, int duration, AnimationAction actionHandler ) : void | ||
control | Control | |
transitionType | TransitionType | |
duration | int | |
actionHandler | AnimationAction | |
return | void |
protected Start ( Control control, TransitionType transitionType, int duration, AnimationAction actionHandler, AnimationFinishedEvaluator evaluatorHandler ) : void | ||
control | Control | |
transitionType | TransitionType | |
duration | int | |
actionHandler | AnimationAction | |
evaluatorHandler | AnimationFinishedEvaluator | |
return | void |