Removes the body from the Physic- and the CollisionSystem

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

Syntax

C#
public bool RemoveBody(
	Body body
)
Visual Basic
Public Function RemoveBody ( _
	body As Body _
) As Boolean
Visual C++
public:
bool RemoveBody(
	Body^ body
)

Parameters

body
Type: JigLibX.Physics..::..Body
Body which should be removed form the simulation

Return Value

True if the Body was successfully removed.

See Also