class CylinderEmitterObject
Defined in:
The C4Emitters.h
CylinderEmitterObject
class encapsulates data pertaining to a cylinder emitter.
Definition
class CylinderEmitterObject final : public EmitterObject, public CylinderVolume
Constructor
CylinderEmitterObject(const Vector2D& size, float height);
Parameters
size |
The size of the cylinder base. |
height |
The height of the cylinder. |
Description
The CylinderEmitterObject
class encapsulates an emitter volume shaped like a cylinder whose dimensions are specified by the size
and height
parameters.
Base Classes
EmitterObject |
A CylinderEmitterObject is an object that can be shared by multiple cylinder emitter nodes.
|
CylinderVolume |
A CylinderEmitterObject is represented by a generic cylinder volume.
|
See Also