Watercomponent

WaterComponent class

Water component, used to display water in the game. Use the studio to add a water component to the space.

This is a singleton component, so you can only have one water component in the game. For performance reasons Adding both a water and a reflector component to the same space is not supported.

Signature:

export declare class WaterComponent extends Component3D<WaterComponentData> 

Extends: Component3D<WaterComponentData>