0
我雨燕上+ SpriteKit
工作我在課堂上鍵入功能正常的函數調用
class func cellPurchasedSuccessfullyUpdateLabel()
{
// ShopScene.cellsLabelUpdates() // I want call currentCellUpdate function here .. Or Scene name is ShopScene
}
func currentCellUpdate()
{
}
這些在同一場景「ShopScene」這兩個功能的問題。我無法在「cellPurchasedSuccessfullyUpdateLabel」中調用「currentCellUpdate」。 任何人可以幫助我如何訪問本地功能CLASS類型功能。