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