Allows getting/setting of whether this body ever freezes

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

Syntax

C#
public bool AllowFreezing { get; set; }
Visual Basic
Public Property AllowFreezing As Boolean
	Get
	Set
Visual C++
public:
property bool AllowFreezing {
	bool get ();
	void set (bool value);
}

See Also