Ensures that this object never moves, and reduces collision checking.

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

Syntax

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

See Also