|
|
virtual Animate3D * | reverse () const override |
| | override Action.
|
| |
|
virtual Animate3D * | clone () const override |
| | override Action.
|
| |
|
float | getSpeed () const |
| | Get speed, negative speed means playing reverse The speed.
|
| |
|
var | getSpeed () |
| | Get speed, negative speed means playing reverse The speed.
|
| |
|
local | getSpeed () |
| | Get speed, negative speed means playing reverse The speed.
|
| |
|
void | setSpeed (float speed) |
| | Set speed, negative speed means playing reverse the speed.
|
| |
|
float | getWeight () const |
| | Get the blend weight.
|
| |
| void | setWeight (float weight) |
| | Set the blend weight. More...
|
| |
| local | setWeight ( local weight) |
| | Set the blend weight. More...
|
| |
| void | setOriginInterval (float interval) |
| | Set origin interval. More...
|
| |
|
float | getOriginInterval () const |
| | Get origin interval Get the origin interval.
|
| |
|
var | getOriginInterval () |
| | Get origin interval Get the origin interval.
|
| |
|
local | getOriginInterval () |
| | Get origin interval Get the origin interval.
|
| |
|
bool | getPlayBack () const |
| | get & set play reverse, these are deprecated, use set negative speed instead
|
| |
|
void | setQuality (Animate3DQuality quality) |
| | Set the animate quality, see also Animate3DQuality The animate quality.
|
| |
|
local | setQuality ( local quality) |
| | Set the animate quality, see also Animate3DQuality The animate quality.
|
| |
|
Animate3DQuality | getQuality () const |
| | Get animate quality, see also Animate3DQuality The animate quality.
|
| |
|
local | getQuality () |
| | Get animate quality, see also Animate3DQuality The animate quality.
|
| |
| float | getElapsed (void) |
| | How many seconds had elapsed since the actions started to run. More...
|
| |
| var | getElapsed () |
| | How many seconds had elapsed since the actions started to run. More...
|
| |
| local | getElapsed () |
| | How many seconds had elapsed since the actions started to run. More...
|
| |
| void | setAmplitudeRate (float amp) |
| | Sets the amplitude rate, extension in GridAction. More...
|
| |
| float | getAmplitudeRate (void) |
| | Gets the ampliture rate, extension in GridAction. More...
|
| |
|
virtual bool | isDone (void) const override |
| | override Action.
|
| |
|
local | isDone () |
| | override Action.
|
| |
|
|
void | removeFromMap () |
| | Remove this action from map.
|
| |
|
var | removeFromMap () |
| | Remove this action from map.
|
| |
|
local | removeFromMap () |
| | Remove this action from map.
|
| |
| bool | init (Animation3D *animation) |
| | Init method, init from the specified animation. More...
|
| |
| var | init ( var animation) |
| | Init method, init from the specified animation. More...
|
| |
| local | init ( local animation) |
| | Init method, init from the specified animation. More...
|
| |
| bool | init (Animation3D *animation, float fromTime, float duration) |
| | Init method, init from the start time and duration. More...
|
| |
| var | init ( var animation, var fromTime, var duration) |
| | Init method, init from the start time and duration. More...
|
| |
| local | init ( local animation, local fromTime, local duration) |
| | Init method, init from the start time and duration. More...
|
| |
|
bool | initWithFrames (Animation3D *animation, int startFrame, int endFrame, float frameRate) |
| | Init with frames The specified animation The start frame The end frame The frame rate Return true if success, otherwise return false.
|
| |
| bool | initWithDuration (float d) |
| | initializes the action with the duration. More...
|
| |
| var | initWithDuration ( var d) |
| | initializes the action with the duration. More...
|
| |
| local | initWithDuration ( local d) |
| | initializes the action with the duration. More...
|
| |
Animate3D, Animates a Sprite3D given with an Animation3D.