C4 Engine
C4 Engine API Documentation

class CylinderBlockerObject

Defined in:  C4Blockers.h
The CylinderBlockerObject class encapsulates data pertaining to a cylinder blocker.
Definition

class CylinderBlockerObject final : public BlockerObject, public CylinderVolume

Constructor

CylinderBlockerObject(const Vector2D& size, float height);

Parameters
size The size of the cylinder base.
height The height of the cylinder.
Description
The CylinderBlockerObject class encapsulates a blocker volume shaped like a cylinder whose dimensions are specified by the size and height parameters.
Base Classes
BlockerObject A CylinderBlockerObject is an object that can be shared by multiple cylinder blocker nodes.
CylinderVolume A CylinderBlockerObject is represented by a generic cylinder volume.
See Also

CylinderBlocker