![]() |
ezEngine Release 26.9
|
#include <AnimationClipAsset.h>

Public Attributes | |
| ezString | m_sName |
| Identifies this curve across clips. Used to match values from multiple clips for blending. | |
| ezSingleCurveData | m_Curve |
| The curve data. Color is overridden at edit time based on m_sName. | |
Additional Inherited Members | |
Public Member Functions inherited from ezReflectedClass | |
| virtual const ezRTTI * | GetDynamicRTTI () const |
| bool | IsInstanceOf (const ezRTTI *pType) const |
| Returns whether the type of this instance is of the given type or derived from it. | |
| template<typename T > | |
| EZ_ALWAYS_INLINE bool | IsInstanceOf () const |
| Returns whether the type of this instance is of the given type or derived from it. | |
Static Public Member Functions inherited from ezNoBase | |
| static const ezRTTI * | GetStaticRTTI () |
Stores a single named float curve for use in an animation clip.
The color used for display in the editor is derived automatically from the name.