C4 Engine
C4 Engine API Documentation

class BoxTriggerObject

Defined in:  C4Triggers.h
The BoxTriggerObject class encapsulates data pertaining to a box trigger.
Definition

class BoxTriggerObject final : public TriggerObject, public BoxVolume

Constructor

BoxTriggerObject(const Vector3D& size);

Parameters
size The size of the box.
Description
The BoxTriggerObject class encapsulates a trigger volume shaped like a box whose dimensions are specified by the size parameter.
Base Classes
TriggerObject A BoxTriggerObject is an object that can be shared by multiple box trigger nodes.
BoxVolume A BoxTriggerObject is represented by a generic box volume.
See Also

BoxTrigger