C4 Engine
C4 Engine API Documentation

class BoxBlocker

Defined in:  C4Blockers.h
The BoxBlocker class represents a box blocker node in a world.
Definition

class BoxBlocker final : public Blocker

Constructor

BoxBlocker(const Vector3D& size);

Parameters
size The size of the box.
Description
The BoxBlocker class represents a blocker node that is shaped like a box whose dimensions are specified by the size parameter.
Base Classes
Blocker A box blocker is a specific type of blocker.
See Also

BoxBlockerObject