ParticleSystemRegistration::GetParticleSystemType
Defined in: C4Particles.h
Returns the registered particle system type.
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
ParticleSystemRegistration::GetParticleSystemName
|