ParticleSystemRegistration::GetParticleSystemType
Defined in:
Returns the registered particle system type.
C4Particles.h
Prototype
ParticleSystemType GetParticleSystemType(void) const;
Description
The GetParticleSystemType
function returns the particle system type for a particular particle system registration. The particle system type is established when the particle system registration is constructed.
See Also