attach method
Object3D
attach(
- Object3D object
override
Implementation
attach(object) {
this.object = object;
this.visible = true;
return this;
}
attach(object) {
this.object = object;
this.visible = true;
return this;
}