无法在属性初始化程序中使用实例成员'carTexture'

时间:2019-04-08 06:35:13

标签: swift sprite-kit subclass

我的代码不断抛出错误“无法在属性初始值设定项内使用实例成员'carTexture';属性初始值设定项在'self'可用之前运行”,但我无法解决它。我尝试了一些在stackoverflow上发现的其他解决方案,但它们没有帮助。

class car: SKSpriteNode {
     let carTexture = SKTexture(imageNamed: "car.png")
     let texturedCar = SKSpriteNode(texture: carTexture)
}

0 个答案:

没有答案