Emitter::GetEmitterType
Defined in:
Returns the specific type of an emitter.
C4Emitters.h
Prototype
EmitterType GetEmitterType(void) const;
Description
The GetEmitterType
function returns the specific emitter type, which can be one of the following constants.
kEmitterBox |
Box emitter. |
kEmitterCylinder |
Cylinder emitter. |
kEmitterSphere |
Sphere emitter. |