MCPcopy
hub / github.com/aframevr/aframe / getObject3D

Method getObject3D

src/core/a-entity.js:114–116  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

112 }
113
114 getObject3D (type) {
115 return this.object3DMap[type];
116 }
117
118 /**
119 * Set a THREE.Object3D into the map.

Callers 15

setObject3DMethod · 0.95
removeObject3DMethod · 0.95
getOrCreateObject3DMethod · 0.95
raycaster.jsFile · 0.80
material.jsFile · 0.80
geometry.jsFile · 0.80
sound.jsFile · 0.80
link.jsFile · 0.80
hand-controls.jsFile · 0.80
obb-collider.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected