Click or drag to resize
DigitalRuneWaterNodeIsUnderwater Method
Determines whether the specified world space position is underwater.

Namespace: DigitalRune.Graphics.SceneGraph
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public bool IsUnderwater(
	Vector3F position
)

Parameters

position
Type: DigitalRune.Mathematics.AlgebraVector3F
The position in world space.

Return Value

Type: Boolean
if the position is underwater; otherwise,
Remarks
A position is underwater if it is inside the Shape of this node.
See Also