Effect that folds in the middle. More...
Public Member Functions | |
FlipBoardEffect () | |
Constructor. | |
FlipBoardEffect (Widget currentWidget, Widget nextWidget) | |
Constructor. | |
Static Public Member Functions | |
static FlipBoardEffect | CreateAndStart (Widget currentWidget, Widget nextWidget) |
Creates an instance and starts the effect. | |
Protected Member Functions | |
override void | OnStart () |
Start processing. | |
override EffectUpdateResponse | OnUpdate (float elapsedTime) |
Update processing. | |
override void | OnStop () |
Stop processing. | |
Properties | |
Widget | NextWidget [get, set] |
Obtains and sets the next widget to be displayed. | |
FlipBoardEffectInterpolator | Interpolator [get, set] |
Obtains and sets the type of interpolation function. | |
AnimationInterpolator | CustomInterpolator [get, set] |
Obtains and sets a custom interpolation function. | |
float | Time [get, set] |
Obtains and sets the animation time. |
Effect that folds in the middle.
A new widget appears in the back. Airport bulletin board-like expression
FlipBoardEffect | ( | Widget | currentWidget, |
Widget | nextWidget | ||
) |
Constructor.
currentWidget | Widget being displayed |
nextWidget | Next widget to be displayed |
static FlipBoardEffect CreateAndStart | ( | Widget | currentWidget, |
Widget | nextWidget | ||
) | [static] |
override EffectUpdateResponse OnUpdate | ( | float | elapsedTime | ) | [protected, virtual] |
Update processing.
elapsedTime | Elapsed time from previous update (ms) |
Implements Effect.
float Time [get, set] |
Obtains and sets the animation time.
(ms)