C4 Engine
C4 Engine API Documentation

class CylinderBlocker

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

CylinderBlockerObject