class WaterController
Defined in:
The C4Water.h
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