gpt4 book ai didi

swift - Cocos2d Swift 中 CCActionCallBlock 的使用

转载 作者:行者123 更新时间:2023-11-28 13:15:02 25 4
gpt4 key购买 nike

我使用了下面的 cocos2d-swift 代码,给出了 1 个错误。见下图。

var calBck  = CCActionCallBlock.actionWithBlock({
self.showGlassEffect()
}) as CCActionCallBlock
var seq = CCActionSequence.actions(move, delay, calBck, nil) as CCActionSequence

enter image description here

如何在 Cocos2d Swift 中使用 CCActionCallBlock?

最佳答案

你需要使用:

var seq = CCActionSequence.actionWithArray(arr) as CCActionSequence

关于swift - Cocos2d Swift 中 CCActionCallBlock 的使用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29317717/

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