SKAction.RepeatAction(SKAction, nuint) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立動作,該動作會在執行所在的節點上重複 action
指定的次數。
[Foundation.Export("repeatAction:count:")]
public static SpriteKit.SKAction RepeatAction (SpriteKit.SKAction action, nuint count);
static member RepeatAction : SpriteKit.SKAction * nuint -> SpriteKit.SKAction
參數
- action
- SKAction
- count
- System.System.UIntPtr System.unativeint
傳回
- 屬性