gpt4 book ai didi

ios - skscene 中的 skscene

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:13:08 25 4
gpt4 key购买 nike

是否可以在我们使用 SpriteKit 时获得的标准全屏场景中正确呈现一个小场景?由于 SKScene 本质上是一个 UIView,应该可以吗?

最佳答案

没有。你不能在一个场景中有两个场景。场景类似于 Root View Controller 。你不能有两个 Root View Controller 。同样,你不能有两个场景。您可以向场景中添加尽可能多的节点。它们都被视为场景的 subview ,即您可以将一个简单的 View 作为 subview 添加到场景中。

来自文档:

An SKScene object represents a scene of content in Sprite Kit. A scene is the root node in a tree of Sprite Kit nodes (SKNode).

关于ios - skscene 中的 skscene,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34710367/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com