C4 Engine
C4 Engine API Documentation

class HaloEffectObject

Defined in:  C4Halo.h
The HaloEffectObject class encapsulates data pertaining to a halo effect.
Definition

class HaloEffectObject : public EffectObject, public SphereVolume

Constructor

HaloEffectObject(float size, const ColorRGBA& color);

Parameters
size The radius of the halo effect.
color The color of the halo effect.
Description
The HaloEffectObject class encapsulates data pertaining to a halo effect.
Base Classes
EffectObject A HaloEffectObject is an object that can be shared by multiple halo effect nodes.
SphereVolume A HaloEffectObject is represented by a generic sphere volume.
See Also

HaloEffect

Wiki Articles

Halo Effect