C4 Engine
C4 Engine API Documentation

class ShaftEffect

Defined in:  C4Shafts.h
The 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

ShaftEffectObject

Wiki Articles

Shaft Effects