![]() |
• Effect Manager | ||||||||
|
API Links
Developer Links
|
class ParticleSystemRegDefined in:
The C4Particles.hParticleSystemReg class represents a custom particle system type.
Definition
Template Parameters
Constructor
Parameters
Description
The ParticleSystemReg template class is used to advertise the existence of a custom particle system type. The World Manager uses a particle system registration to construct a custom particle system. The act of instantiating a ParticleSystemReg object automatically registers the corresponding particle system type. The particle system type is unregistered when the ParticleSystemReg object is destroyed.No more than one particle system registration should be created for each distinct particle system type. Base Classes
See Also
|