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.
我想为我的场景添加滚动背景效果。例如,当用户手势在右侧或左侧时,背景应水平滚动,如果向上或向下,则背景应垂直滚动以添加角色真正移动的效果。
提前致谢。
查看 Apple 为 SpriteKit 解释的 Adventure 游戏代码。与您的问题有关的部分是“移动相机”。本质上,它是将节点添加到“世界”节点,然后根据用户输入或角色移动移动“世界”节点。
https://developer.apple.com/library/ios/documentation/GraphicsAnimation/Conceptual/CodeExplainedAdventure/AdventureArchitecture/AdventureArchitecture.html#//apple_ref/doc/uid/TP40013140