Skip to main content

WaterSystem

WaterSystem

Kind: global class

new WaterSystem(graphics)

ParamType
graphicsGraphicsEngine

waterSystem.bvh : BVH

Kind: instance property of WaterSystem
Read only: true

waterSystem.updateQueue : Array.<Water>

Kind: instance property of WaterSystem

waterSystem.renderLayer : RenderLayer | null

Kind: instance property of WaterSystem

waterSystem.link(component, entity)

Kind: instance method of WaterSystem

ParamType
componentWater
entitynumber

waterSystem.unlink(component, entity)

Kind: instance method of WaterSystem

ParamType
componentWater
entitynumber