Click or drag to resize
DigitalRuneWaterNode Constructor
Initializes a new instance of the WaterNode class.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public WaterNode(
	Water water,
	Shape volume
)

Parameters

water
Type: DigitalRune.GraphicsWater
The water.
volume
Type: DigitalRune.Geometry.ShapesShape
The water volume. Can be , see Volume.
Exceptions
ExceptionCondition
ArgumentNullExceptionwater is .
See Also