AnimationChannelTransformType
Declaration
enum class AnimationChannelTransformType {
Translation,
Rotation,
Scale,
Unknown
};
Notes
The AnimationChannel’s transform type. It represents the component that will be overriden when playing an Animation.