class HaloEffectObject
Defined in:
The C4Halo.h
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
Wiki Articles