C4 Engine
C4 Engine API Documentation

class BoxBlockerObject

Defined in:  C4Blockers.h
The BoxBlockerObject class encapsulates data pertaining to a box blocker.
Definition

class BoxBlockerObject final : public BlockerObject, public BoxVolume

Constructor

BoxBlockerObject(const Vector3D& size);

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

BoxBlocker