FlipBoardTransition Class Reference

Transition that folds in the middle. More...

Inheritance diagram for FlipBoardTransition:
Transition

List of all members.

Public Member Functions

 FlipBoardTransition ()
 Constructor.

Protected Member Functions

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

Properties

FlipBoardEffectInterpolator Interpolator [get, set]
 Obtains and sets the type of interpolation function.
AnimationInterpolator CustomInterpolator [get, set]
 Sets a custom interpolation function.
float Time [get, set]
 Obtains and sets the animation time.

Detailed Description

Transition that folds in the middle.

A new scene appears in the back. Airport bulletin board-like expression


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 Time [get, set]

Obtains and sets the animation time.

(ms)