class SphereTrigger
Defined in:
The C4Triggers.h
SphereTrigger
class represents a sphere trigger node in a world.
Definition
class SphereTrigger final : public Trigger
Constructor
SphereTrigger(const Vector3D& size);
Parameters
size |
The size of the sphere. |
Description
The SphereTrigger
class represents a trigger node that is shaped like a sphere whose dimensions are specified by the size
parameter.
Base Classes
Trigger |
A sphere trigger is a specific type of trigger. |
See Also