C4 Engine
C4 Engine API Documentation

class SphereEmitterObject

Defined in:  C4Emitters.h
The SphereEmitterObject class encapsulates data pertaining to a sphere emitter.
Definition

class SphereEmitterObject final : public EmitterObject, public SphereVolume

Constructor

SphereEmitterObject(const Vector3D& size);

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

SphereEmitter