C4 Engine
C4 Engine API Documentation

class SphereBlocker

Defined in:  C4Blockers.h
The SphereBlocker class represents a sphere blocker node in a world.
Definition

class SphereBlocker final : public Blocker

Constructor

SphereBlocker(const Vector3D& size);

Parameters
size The size of the sphere.
Description
The SphereBlocker class represents a blocker node that is shaped like a sphere whose dimensions are specified by the size parameter.
Base Classes
Blocker A sphere blocker is a specific type of blocker.
See Also

SphereBlockerObject