C4 Engine
C4 Engine API Documentation

class BoxEmitterObject

Defined in:  C4Emitters.h
The BoxEmitterObject class encapsulates data pertaining to a box emitter.
Definition

class BoxEmitterObject final : public EmitterObject, public BoxVolume

Constructor

BoxEmitterObject(const Vector3D& size);

Parameters
size The size of the box.
Description
The BoxEmitterObject class encapsulates an emitter volume shaped like a box whose dimensions are specified by the size parameter.
Base Classes
EmitterObject A BoxEmitterObject is an object that can be shared by multiple box emitter nodes.
BoxVolume A BoxEmitterObject is represented by a generic box volume.
See Also

BoxEmitter