ezEngine  Release 25.03
ezCurveGroupData Class Reference
Inheritance diagram for ezCurveGroupData:

Public Member Functions

 ezCurveGroupData (const ezCurveGroupData &rhs)=delete
 
ezCurveGroupDataoperator= (const ezCurveGroupData &rhs)=delete
 
void CloneFrom (const ezCurveGroupData &rhs)
 Makes a deep copy of rhs.
 
void Clear ()
 Clears the curve and deallocates the curve data, if it is owned (e.g. if it was created through CloneFrom())
 
ezInt64 TickFromTime (ezTime time) const
 
void ConvertToRuntimeData (ezUInt32 uiCurveIdx, ezCurve1D &out_result) const
 
- 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.
 

Public Attributes

bool m_bOwnsData = true
 Can be set to false for cases where the instance is only supposed to act like a container for passing curve pointers around.
 
ezDynamicArray< ezSingleCurveData * > m_Curves
 
ezUInt16 m_uiFramesPerSecond = 60
 

Additional Inherited Members

- Static Public Member Functions inherited from ezNoBase
static const ezRTTIGetStaticRTTI ()
 

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