C4 Engine
C4 Engine API Documentation

class WaterController

Defined in:  C4Water.h
The WaterController class manages a dynamic water surface.
Definition

class WaterController final : public Controller

Member Functions
WaterController::AddWaveGenerator Adds a wave generator to a water controller.
WaterController::RemoveWaveGenerator Removes a wave generator from a water controller.
Constructor

WaterController();

Description
The WaterController class is the controller assigned to a water block that manages an entire body of water.
Base Classes
Controller A WaterController is a specific type of controller.
See Also

WaveGenerator

WaterGeometry

WaterGeometryObject