Gets or Sets whether collision tests should use sweep or overlap

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

Syntax

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

See Also