Gets or Sets the current PhysicSystem.

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

Syntax

C#
public static PhysicsSystem CurrentPhysicsSystem { get; set; }
Visual Basic
Public Shared Property CurrentPhysicsSystem As PhysicsSystem
	Get
	Set
Visual C++
public:
static property PhysicsSystem^ CurrentPhysicsSystem {
	PhysicsSystem^ get ();
	void set (PhysicsSystem^ value);
}

See Also