EmitterObject::GetEmitterType
Defined in: C4Emitters.h
Returns the specific type of an emitter.
Prototype
EmitterType GetEmitterType(void) const;
Description
The GetEmitterType function returns the specific emitter type, which may be one of the following values.
kEmitterBox |
A box emitter.
|
kEmitterCylinder |
A cylinder emitter.
|
kEmitterSphere |
A sphere emitter.
|
|