C4 Engine
C4 Engine API Documentation

class BoxField

Defined in:  C4Fields.h
The BoxField class represents a box field node in a world.
Definition

class BoxField final : public Field

Constructor

BoxField(const Vector3D& size);

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

BoxFieldObject