Animation setup.
More...
#include <tdme/engine/model/AnimationSetup.h>
Animation setup.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 17 of file AnimationSetup.h.
◆ AnimationSetup()
AnimationSetup |
( |
Model * |
model, |
|
|
const string & |
id, |
|
|
int32_t |
startFrame, |
|
|
int32_t |
endFrame, |
|
|
bool |
loop, |
|
|
const string & |
overlayFromNodeId, |
|
|
float |
speed = 1.0 |
|
) |
| |
Public constructor.
- Parameters
-
model | model |
id | id |
startFrame | start frame |
endFrame | end frame |
loop | loop |
overlayFromNodeId | overlay from node id |
speed | speed whereas 1.0 is default speed |
Definition at line 9 of file AnimationSetup.cpp.
◆ computeDuration() [1/2]
int64_t computeDuration |
( |
| ) |
|
◆ computeDuration() [2/2]
int64_t computeDuration |
( |
int32_t |
startFrame, |
|
|
int32_t |
endFrame |
|
) |
| |
Compute animation duration.
- Parameters
-
startFrame | start frame |
endFrame | end frame |
- Returns
- animation duration in milliseconds
Definition at line 38 of file AnimationSetup.cpp.
◆ getEndFrame()
◆ getFrames()
◆ getId()
◆ getModel()
◆ getOverlayFromNodeId()
const string & getOverlayFromNodeId |
( |
| ) |
|
|
inline |
If this is a overlay animation this returns a node id from which node the animation will start in the hierarchy.
- Returns
- node id from which the animation will start in the hierarchy
Definition at line 118 of file AnimationSetup.h.
◆ getSpeed()
◆ getStartFrame()
int32_t getStartFrame |
( |
| ) |
|
|
inline |
◆ isLoop()
◆ isOverlayAnimationSetup()
bool isOverlayAnimationSetup |
( |
| ) |
|
|
inline |
- Returns
- if animation set up is a overlay animation setup
Definition at line 62 of file AnimationSetup.h.
◆ setEndFrame()
void setEndFrame |
( |
int32_t |
endFrame | ) |
|
◆ setId()
void setId |
( |
const string & |
id | ) |
|
|
inlineprivate |
◆ setLoop()
void setLoop |
( |
bool |
loop | ) |
|
|
inline |
◆ setOverlayFromNodeId()
void setOverlayFromNodeId |
( |
const string & |
overlayFromNodeId | ) |
|
|
inline |
Set overlay from node id.
- Parameters
-
overlayFromNodeId | overlay from node id |
Definition at line 126 of file AnimationSetup.h.
◆ setSpeed()
void setSpeed |
( |
float |
speed | ) |
|
|
inline |
Set up animation speed.
- Parameters
-
speed | speed whereas 1.0 is default speed |
Definition at line 154 of file AnimationSetup.h.
◆ setStartFrame()
void setStartFrame |
( |
int32_t |
startFrame | ) |
|
◆ Model
◆ endFrame
◆ frames
◆ id
◆ loop
◆ model
◆ overlayFromNodeId
◆ speed
◆ startFrame
The documentation for this class was generated from the following files: