Axmol Engine 2.4.0-258ceca
|
Fades Out an object that implements the RGBAProtocol protocol. More...
#include <ActionInterval.h>
Inherits FadeTo.
Public Member Functions | |
void | setReverseAction (FadeTo *ac) |
@js NA | |
![]() | |
virtual void | update (float time) override |
bool | initWithDuration (float duration, uint8_t opacity) |
initializes the action with duration and opacity | |
![]() | |
float | getElapsed () |
How many seconds had elapsed since the actions started to run. | |
void | setAmplitudeRate (float amp) |
Sets the amplitude rate, extension in GridAction. | |
float | getAmplitudeRate () |
Gets the amplitude rate, extension in GridAction. | |
virtual void | step (float dt) override |
bool | initWithDuration (float d) |
initializes the action | |
Static Public Member Functions | |
static FadeOut * | create (float d) |
Creates the action. | |
![]() | |
static FadeTo * | create (float duration, uint8_t opacity) |
Creates an action with duration and opacity. | |
Fades Out an object that implements the RGBAProtocol protocol.
It modifies the opacity from 255 to 0. The "reverse" of this action is FadeIn
|
static |
Creates the action.
d | Duration time, in seconds. |