class ShaftEffect
Defined in:
The C4Shafts.h
ShaftEffect
class represents a light shaft effect node in a world.
Definition
class ShaftEffect : public Effect
Constructor
ShaftEffect(ShaftType type);
Parameters
type |
The type of the light shaft effect. |
Description
The ShaftEffect
class is the base class for all light shaft effect nodes. Each specific type of light shaft effect is a subclass of the ShaftEffect
class.
Base Classes
Effect |
A shaft effect is a specific type of effect. |
See Also
Wiki Articles