class BoxBlocker
Defined in:
The C4Blockers.h
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