|  | HeightFieldDepth Property | 
            Gets or sets the depth of the height field.
            
 
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
 Syntax
Syntaxpublic float Depth { get; set; }Public Property Depth As Single
	Get
	Set
public:
property float Depth {
	float get ();
	void set (float value);
}member Depth : float32 with get, set
Property Value
Type: 
SingleThe depth. The default value is 100.
 Remarks
Remarks
            This value defines the depth of each height field cell. This value is relevant for detecting
            collisions which happen below the height field surface. Penetrations with the height field
            deeper than this value are ignored.
            
 See Also
See Also