struct
TNamedAnimationCurve
template<class T>An animation curve and its name.
Public
Constructors
TNamedAnimationCurve<T>
TNamedAnimationCurve<T>() = default
TNamedAnimationCurve<T>
Constructs a new named animation curve.
TNamedAnimationCurve<T>
TNamedAnimationCurve<T>(const String &name, AnimationCurveFlags flags, const TAnimationCurve<T> curve)
Constructs a new named animation curve.
TNamedAnimationCurve
TNamedAnimationCurve() = default
TNamedAnimationCurve
Constructs a new named animation curve.
TNamedAnimationCurve
TNamedAnimationCurve(const String &name, AnimationCurveFlags flags, const TAnimationCurve<float> curve)
Constructs a new named animation curve.
TNamedAnimationCurve
TNamedAnimationCurve() = default
TNamedAnimationCurve
Constructs a new named animation curve.
TNamedAnimationCurve
TNamedAnimationCurve(const String &name, AnimationCurveFlags flags, const TAnimationCurve<TVector3<float>> curve)
Constructs a new named animation curve.
TNamedAnimationCurve
TNamedAnimationCurve() = default
TNamedAnimationCurve
Constructs a new named animation curve.
TNamedAnimationCurve
TNamedAnimationCurve(const String &name, AnimationCurveFlags flags, const TAnimationCurve<TVector2<float>> curve)
Constructs a new named animation curve.
TNamedAnimationCurve
TNamedAnimationCurve() = default
TNamedAnimationCurve
Constructs a new named animation curve.
TNamedAnimationCurve
TNamedAnimationCurve(const String &name, AnimationCurveFlags flags, const TAnimationCurve<TQuaternion<float>> curve)
Constructs a new named animation curve.
TNamedAnimationCurve
TNamedAnimationCurve() = default
TNamedAnimationCurve
Constructs a new named animation curve.
TNamedAnimationCurve
TNamedAnimationCurve(const String &name, AnimationCurveFlags flags, const TAnimationCurve<int> curve)
Constructs a new named animation curve.