Effect in which the widget falls from above, hops a little, and then stops. More...
Public Member Functions | |
BunjeeJumpEffect () | |
Constructor. | |
BunjeeJumpEffect (Widget widget, float elasticity) | |
Constructor. | |
Static Public Member Functions | |
static BunjeeJumpEffect | CreateAndStart (Widget widget, float elasticity) |
Create an instance and start the effect. | |
Protected Member Functions | |
override void | OnStart () |
Start processing. | |
override EffectUpdateResponse | OnUpdate (float elapsedTime) |
Update processing. | |
override void | OnStop () |
Stop processing. | |
Properties | |
float | Elasticity [get, set] |
Obtains and sets the elasticity. |
Effect in which the widget falls from above, hops a little, and then stops.
Effect in which the menu screen is similar to "Little Big Planet"
BunjeeJumpEffect | ( | Widget | widget, |
float | elasticity | ||
) |
Constructor.
widget | Effect-target widget |
elasticity | Elasticity (0 - 1) |
static BunjeeJumpEffect CreateAndStart | ( | Widget | widget, |
float | elasticity | ||
) | [static] |
Create an instance and start the effect.
widget | Effect-target widget |
elasticity | Elasticity (0 - 1) |
override EffectUpdateResponse OnUpdate | ( | float | elapsedTime | ) | [protected, virtual] |
Update processing.
elapsedTime | Elapsed time from previous update (ms) |
Implements Effect.
float Elasticity [get, set] |
Obtains and sets the elasticity.
(0 - 1)