FarseerPhysics.Dynamics.Island.clear C# (CSharp) Method

clear() public method

public clear ( ) : void
return void
		public void clear()
		{
			BodyCount = 0;
			ContactCount = 0;
			JointCount = 0;
		}