Gets or Sets satisfied

Namespace: JigLibX.Collision
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