class HaloEffect
Defined in:
The C4Halo.h
HaloEffect
class represents a halo effect node in a world.
Definition
class HaloEffect final : public Effect
Constructor
HaloEffect(float size, const ColorRGBA& color);
Parameters
size |
The radius of the halo effect. |
color |
The color of the halo effect. |
Description
The HaloEffect
class represents a halo effect node having the radius specified by the size
parameter.
Base Classes
Effect |
A halo effect is a specific type of effect. |
See Also
Wiki Articles