Axmol Engine 2.4.0-258ceca
|
Base class for Camera actions. More...
#include <ActionCamera.h>
Inherits ActionInterval.
Inherited by OrbitCamera.
Public Member Functions | |
ActionCamera () | |
@js ctor @lua new | |
virtual | ~ActionCamera () |
@js NA @lua NA | |
![]() | |
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 | |
Base class for Camera actions.