C4 Engine
C4 Engine API Documentation

class WaterGeometryObject

Defined in:  C4Water.h
The WaterGeometryObject class encapsulates data pertaining to a water geometry.
Definition

class WaterGeometryObject final : public GeometryObject

Member Functions
WaterGeometryObject::GetGeometryCoord Returns the water geometry coordinates.
Constructor

WaterGeometryObject(const Integer2D& coord);

Parameters
coord The coordinates of the water geometry within the water block.
Description
Base Classes
GeometryObject A WaterGeometryObject is an object that can be shared by multiple water geometry nodes.
See Also

WaterGeometry

WaterController