Controls whether this body is drawn individually when the world is drawn.
The body is only drawn when the world draw options include PhysicsWorld.DrawOptions.SelectedBodies; changing the draw options never changes this state. The state persists until set to false, the body is destroyed, or PhysicsWorld.ClearDrawSelected clears the whole world. The body must also have PhysicsBody.worldDrawing enabled to be drawn.