-
首页
-
C4D R23.110 C++ SDK
blend_animation.h File Reference
Typedefs
|
using
|
AnimBlendTweenCallback
= Delegate< void(const BlendAnimationRef &self, const BlendTweenRef &tween, ANIMBLENDSTATE state, const Data &animValue)>
|
Variable Documentation
◆
NONE
◆
STARTED
Optional signal that the animation started. This flags arrives only if duration is != 0.
◆
RUNNING
Optional signal that the animation is running within some in between state.
◆
FINISHED
Signals that the animation reached the final state, this state is guaranteed.
◆
CANCELED
< The Animation has been canceled.