Sets freezingEnabled

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

Syntax

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

See Also