MCPcopy Create free account
hub / github.com/b3nten/elysiatech / removeFromScene

Method removeFromScene

src/three/objectsys.ts:110–115  ·  view source on GitHub ↗
(threeObject: any)

Source from the content-addressed store, hash-verified

108 }
109
110 protected removeFromScene(threeObject: any)
111 {
112 let o3d: Object3D = threeObject instanceof Object3D ? threeObject : (<any>threeObject).object3d;
113 o3d.userData.owningEntity = null;
114 this.scene.remove(o3d);
115 }
116}

Callers 1

ThreeObjectSystemClass · 0.95

Calls 1

removeMethod · 0.80

Tested by

no test coverage detected