If nullUpdate then all updates will use dt = 0 (for debugging/profiling)

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

Syntax

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

See Also