C4 Engine
C4 Engine API Documentation

class SphereField

Defined in:  C4Fields.h
The SphereField class represents a sphere field node in a world.
Definition

class SphereField final : public Field

Constructor

SphereField(const Vector3D& size);

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

SphereFieldObject