![]() |
• Effect Manager | ||||||||||
|
API Links
Developer Links
|
class ParticleSystemRegistrationDefined in:
The C4Particles.hParticleSystemRegistration class manages internal registration information for a custom particle system type.
Definition
Member Functions
Constructor
Parameters
Description
The ParticleSystemRegistration class is abstract and serves as the common base class for the template class ParticleSystemReg. A custom particle system is registered with the engine by instantiating an object of type ParticleSystemReg<classType>, where classType is the type of the particle system subclass being registered.
Base Classes
See Also
ParticleSystemReg
ParticleSystem
|