TiltDropTransition Class Reference

Transition that falls in a downward direction. More...

Inheritance diagram for TiltDropTransition:
Transition

List of all members.

Public Member Functions

 TiltDropTransition ()
 Constructor.

Protected Member Functions

override void OnStart ()
 Start processing.
override TransitionUpdateResponse OnUpdate (float elapsedTime)
 Update processing.
override void OnStop ()
 Stop processing.

Properties

float DropDirection [get, set]
 Obtains and sets the falling direction (radian).
float Speed [get, set]
 Obtains and sets the deceleration speed 1.0 is the standard speed.

Detailed Description

Transition that falls in a downward direction.

New scene appears from the background


Member Function Documentation

override TransitionUpdateResponse OnUpdate ( float  elapsedTime) [protected, virtual]

Update processing.

Parameters:
elapsedTimeElapsed time from previous update (ms)
Returns:
Response of transition update

Implements Transition.


Property Documentation

float DropDirection [get, set]

Obtains and sets the falling direction (radian).

Downward direction is 0.