gpt4 book ai didi

ios - 如果删除 SKAction,补全仍然运行吗?

转载 作者:行者123 更新时间:2023-11-30 10:55:37 24 4
gpt4 key购买 nike

如标题所示,如果我使用 sprite.removeAllActions() 删除某个操作,该操作的完成是否仍会运行?

这是一个基本的代码片段,可以帮助展示我的要求:

import SpriteKit

/// The action to add
let action = SKAction.moveBy(x: 10, y: 20, duration: 1.0)

/// The sprite to apply the action to
let sprite = SKSpriteNode(color: .white, size: CGSize(width: 50, height: 50))

// Run the action
sprite.run(action) {
// Completion
print("Completion")
}

最佳答案

我只是在没有收到答案后快速测试了一下。我发现如果操作已被删除,则完成不会不会运行。

关于ios - 如果删除 SKAction,补全仍然运行吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53980096/

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