Swift 中 SKLabel 节点的指定初始化程序是什么

What is the designated initializer for SKLabel node in Swift

我想知道 Swift 使用 SpriteKit 的编程语言中 SKLabelNode 的指定初始化器是什么?

init(fontNamed:) 是指定的初始值设定项。便利初始值设定项具有便利关键字。