Transition that jumps forward, flips, and then changes. More...
Public Member Functions | |
JumpFlipTransition () | |
Constructor. | |
Protected Member Functions | |
override void | OnStart () |
Start processing. | |
override TransitionUpdateResponse | OnUpdate (float elapsedTime) |
Update processing. | |
override void | OnStop () |
Stop processing. | |
Properties | |
JumpFlipTransitionSpeed | Speed [get, set] |
Obtains and sets the rotation speed. | |
JumpFlipTransitionRotateDirection | RotateDirection [get, set] |
Obtains and sets the rotation direction. |
Transition that jumps forward, flips, and then changes.
override TransitionUpdateResponse OnUpdate | ( | float | elapsedTime | ) | [protected, virtual] |
Update processing.
elapsedTime | Elapsed time from previous update (ms) |
Implements Transition.