C4 Engine
C4 Engine API Documentation

class CapsuleBlocker

Defined in:  C4Blockers.h
The CapsuleBlocker class represents a capsule blocker node in a world.
Definition

class CapsuleBlocker final : public Blocker

Constructor

CapsuleBlocker(const Vector3D& size, float height);

Parameters
size The size of the hemispherical caps of the capsule.
height The height of the cylindrical interior of the capsule.
Description
The CapsuleBlocker class represents a blocker node that is shaped like a capsule whose dimensions are specified by the size and height parameters.
Base Classes
Blocker A capsule blocker is a specific type of blocker.
See Also

CapsuleBlockerObject