Method Disable
- Namespace
- Box3D
- Assembly
- Box3D.NET.dll
Disable()
Removes the body from the simulation without destroying it.
public void Disable()Remarks
A disabled body neither moves nor collides. Expensive; do not do it every frame.
Removes the body from the simulation without destroying it.
public void Disable()A disabled body neither moves nor collides. Expensive; do not do it every frame.