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