11#ifndef CAL_ANIMATION_ACTION_H
12#define CAL_ANIMATION_ACTION_H
15#include "cal3d/global.h"
16#include "cal3d/animation.h"
28 bool execute(
float delayIn,
float delayOut,
float weightTarget = 1.0f,
bool autoLock=
false);
29 bool update(
float deltaTime);
Definition: animation_action.h:23
Definition: animation.h:22
Definition: coreanimation.h:23