C4 Engine
C4 Engine API Documentation

class SphereBlockerObject

Defined in:  C4Blockers.h
The SphereBlockerObject class encapsulates data pertaining to a sphere blocker.
Definition

class SphereBlockerObject final : public BlockerObject, public SphereVolume

Constructor

SphereBlockerObject(const Vector3D& size);

Parameters
size The size of the sphere.
Description
The SphereBlockerObject class encapsulates a blocker volume shaped like a sphere whose dimensions are specified by the size parameter.
Base Classes
BlockerObject A SphereBlockerObject is an object that can be shared by multiple sphere blocker nodes.
SphereVolume A SphereBlockerObject is represented by a generic sphere volume.
See Also

SphereBlocker