blend_animation.h File Reference

Classes

class   BlendTweenInterface
class   BlendAnimationInterface

Namespaces

  maxon

Typedefs

using  AnimBlendTweenCallback = Delegate< void(const BlendAnimationRef &self, const BlendTweenRef &tween, ANIMBLENDSTATE state, const Data &animValue)>

Enumerations

enum   ANIMBLENDSTATE {
   NONE ,
   STARTED ,
   RUNNING ,
   FINISHED ,
   CANCELED
}

函数

enum maxon::ANIMBLENDSTATE   MAXON_ENUM_LIST (ANIMBLENDSTATE)
  MAXON_DECLARATION (Class< BlendAnimationRef >, AnimBlendClass, "net.maxon.class.blendanimationref")

变量

  NONE
  STARTED
  RUNNING
  FINISHED
  CANCELED

Variable Documentation

◆  NONE

NONE

◆  STARTED

STARTED

Optional signal that the animation started. This flags arrives only if duration is != 0.

◆  RUNNING

RUNNING

Optional signal that the animation is running within some in between state.

◆  FINISHED

FINISHED

Signals that the animation reached the final state, this state is guaranteed.

◆  CANCELED

CANCELED

< The Animation has been canceled.