可以直接引用位于3D场景内的对象吗?比如scene.some。。这样方便先摆好位置,直接访问控制。
可以 通过scene.getChildByName获取对象
Scene场景也是继承与Node节点对象的,可以通过getChildAt和getChildByName配合使用获取你想要的对象。