gpt4 book ai didi

ios - override func TouchesBegan(触摸 : NSSet, withEvent 事件 : UIEvent) { movingground. start()

转载 作者:行者123 更新时间:2023-11-30 14:01:17 25 4
gpt4 key购买 nike

override func touchesBegan(touches: NSSet, withEvent event: UIEvent) {        movingground.start()

显示

method does not override and messages from its superclasses

但是如果您删除该命令,游戏将不会响应您的触摸。

最佳答案

所以基本上我从我的游戏中传递代码,你会看到有什么区别:

 override func touchesBegan(touches: Set<UITouch>, withEvent event: UIEvent?){
if let touch = touches.first {

// detecting touch location
let touchLocation = touch.locationInNode(self)

//your code going here
}

这个方法效果很好。尝试用它来代替你的。 (我用的是Swift 2.0)

关于ios - override func TouchesBegan(触摸 : NSSet, withEvent 事件 : UIEvent) { movingground. start(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32959426/

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