swift2使用未声明的类型,即使嵌入了类型

时间:2016-09-02 10:53:03

标签: swift xcode function parameters local-variables

我知道此问题已经出现,但我发现其他问题难以解释。我的功能如下:

override func update(Enem: SKSpriteNode,currentTime: NSTimeInterval) {

}

但是我收到错误:

  

'在currentTime上使用未声明类型':NSTimeInterval

即使它是嵌入式的(我添加第二个参数Enem之后我才会收到此错误,因为它是一个本地变量,因此它是从另一个函数发送的。)

0 个答案:

没有答案