Enumerations¶
Animation/Keyframe Animation
Brief descriptions¶
Enumerations |
|
Enumerates methods to interpolate values between two keyframes. |
|
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.
-
enumerator Step¶
animation::TransformAnimationActions¶
engine/core/modules/animation/include/nau/animation/playback/animation_transforms.h