detach method

dynamic detach()

Implementation

detach() {
  this.object = null;
  this.visible = false;
  this.axis = null;

  return this;
}