ezEngine Release 26.9
Loading...
Searching...
No Matches
ezAnimationClipCurveData Class Reference

#include <AnimationClipAsset.h>

Inheritance diagram for ezAnimationClipCurveData:

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 ezRTTIGetDynamicRTTI () 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 ezRTTIGetStaticRTTI ()
 

Detailed Description

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.


The documentation for this class was generated from the following file: