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);
bool execute(float delayIn, float delayOut, float weightTarget=1.0f, bool autoLock=false)
Executes the animation action instance.
Definition animation_action.cpp:54
CalAnimationAction(CalCoreAnimation *pCoreAnimation)
Constructs the animation action instance.
Definition animation_action.cpp:29
bool update(float deltaTime)
Updates the animation action instance.
Definition animation_action.cpp:81
Definition coreanimation.h:23