Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我的代码:它删除了节点,但内存仍然在 200MB 左右
self.sceneView.scene.rootNode.enumerateChildNodes { (node, _) in if node.name == path! { node.removeFromParentNode() } }