C4 Engine
C4 Engine API Documentation

class BoxTrigger

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

BoxTriggerObject