class SphereBlocker
Defined in:
The C4Blockers.hSphereBlocker 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
