Derived class should call this when Apply has been called on this constraint.

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

Syntax

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

See Also