detach method

Implementation

TransformControls detach() {
  object = null;
  visible = false;
  axis = null;

  return this;
}