![]() |
Plasma Engine
2.0
|
Base class for all particle stream factories. More...
#include <ParticleStream.h>
Public Member Functions | |
plParticleStreamFactory (const char *szStreamName, plProcessingStream::DataType dataType, const plRTTI *pStreamTypeToCreate) | |
const plRTTI * | GetParticleStreamType () const |
plProcessingStream::DataType | GetStreamDataType () const |
const char * | GetStreamName () const |
plParticleStream * | CreateParticleStream (plParticleSystemInstance *pOwner) const |
![]() | |
virtual const plRTTI * | GetDynamicRTTI () 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. | |
Static Public Member Functions | |
static void | GetFullStreamName (const char *szName, plProcessingStream::DataType type, plStringBuilder &out_sResult) |
![]() | |
static const plRTTI * | GetStaticRTTI () |
Base class for all particle stream factories.