class PlateBlocker
Defined in:
The C4Blockers.h
PlateBlocker
class represents a plate blocker node in a world.
Definition
class PlateBlocker final : public Blocker
Constructor
PlateBlocker(const Vector2D& size);
Parameters
size |
The size of the plate. |
Description
The PlateBlocker
class represents a blocker node that is shaped like a plate whose dimensions are specified by the size
parameter.
Base Classes
Blocker |
A plate blocker is a specific type of blocker. |
See Also