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