detach method
dynamic
detach()
Implementation
detach() {
this.object = null;
this.visible = false;
this.axis = null;
return this;
}
detach() {
this.object = null;
this.visible = false;
this.axis = null;
return this;
}