Gets or Sets allowedPenetration

Namespace: JigLibX.Physics
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public float AllowedPenetration { get; set; }
Visual Basic
Public Property AllowedPenetration As Single
	Get
	Set
Visual C++
public:
property float AllowedPenetration {
	float get ();
	void set (float value);
}

See Also