Enumerations

Animation/Keyframe Animation

Brief descriptions

Enumerations

nau::animation::AnimationInterpolationMethod

Enumerates methods to interpolate values between two keyframes.

nau::animation::TransformAnimationActions

Detailed information

animation::AnimationInterpolationMethod

engine/core/modules/animation/include/nau/animation/playback/animation.h

enum class nau::animation::AnimationInterpolationMethod

Enumerates methods to interpolate values between two keyframes.

Values:

enumerator Step

Resulted value is a value from the earlier of two keyframes.

enumerator Linear

Resulted value is a linear interpolation between values from two keyframes.


animation::TransformAnimationActions

engine/core/modules/animation/include/nau/animation/playback/animation_transforms.h

enum class nau::animation::TransformAnimationActions : uint8_t

Values:

enumerator Translation
enumerator Rotation
enumerator Scale