C4 Engine
C4 Engine API Documentation

class BoxFieldObject

Defined in:  C4Fields.h
The BoxFieldObject class encapsulates data pertaining to a box field.
Definition

class BoxFieldObject final : public FieldObject, public BoxVolume

Constructor

BoxFieldObject(const Vector3D& size);

Parameters
size The size of the box.
Description
The BoxFieldObject class encapsulates a field volume shaped like a box whose dimensions are specified by the size parameter.
Base Classes
FieldObject A BoxFieldObject is an object that can be shared by multiple box field nodes.
BoxVolume A BoxFieldObject is represented by a generic box volume.
See Also

BoxField