Effect Manager
C4Emitters.h

class CylinderEmitterObject

The CylinderEmitterObject class encapsulates data pertaining to a cylinder emitter.
Definition

class CylinderEmitterObject : public EmitterObject

Member Functions
CylinderEmitterObject::GetCylinderSize Returns the cylinder base size.
CylinderEmitterObject::SetCylinderSize Sets the cylinder base size.
CylinderEmitterObject::GetCylinderHeight Returns the cylinder height.
CylinderEmitterObject::SetCylinderHeight Sets the cylinder height.
Constructor

CylinderEmitterObject(const Vector2D& size, float height);

Parameters
size The size of the cylinder base.
height The height of the cylinder.
Description


Base Classes
EmitterObject A CylinderEmitterObject is an object that can be shared by multiple cylinder emitter nodes.
See Also
CylinderEmitter