SKAction.PlaySoundFileNamed(String, Boolean) 方法

定义

播放位于应用捆绑包中且名为 soundFile的声音文件,如果 wait 设置为 ,请将操作持续时间设置为 true声音文件的长度。

[Foundation.Export("playSoundFileNamed:waitForCompletion:")]
public static SpriteKit.SKAction PlaySoundFileNamed (string soundFile, bool wait);
static member PlaySoundFileNamed : string * bool -> SpriteKit.SKAction

参数

soundFile
String
wait
Boolean

返回

属性

适用于