Plasma Engine  2.0
Loading...
Searching...
No Matches
plCurveGroupData Class Reference
Inheritance diagram for plCurveGroupData:

Public Member Functions

 plCurveGroupData (const plCurveGroupData &rhs)=delete
 
plCurveGroupDataoperator= (const plCurveGroupData &rhs)=delete
 
void CloneFrom (const plCurveGroupData &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())
 
plInt64 TickFromTime (plTime time) const
 
void ConvertToRuntimeData (plUInt32 uiCurveIdx, plCurve1D &out_result) const
 
- Public Member Functions inherited from plReflectedClass
virtual const plRTTIGetDynamicRTTI () const
 
bool IsInstanceOf (const plRTTI *pType) const
 Returns whether the type of this instance is of the given type or derived from it.
 
template<typename T >
PL_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.
 
plDynamicArray< plSingleCurveData * > m_Curves
 
plUInt16 m_uiFramesPerSecond = 60
 

Additional Inherited Members

- Static Public Member Functions inherited from plNoBase
static const plRTTIGetStaticRTTI ()
 

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