SKAction.RepeatAction(SKAction, nuint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an action that repeats action
a specified number of times on the node on which it is run.
[Foundation.Export("repeatAction:count:")]
public static SpriteKit.SKAction RepeatAction (SpriteKit.SKAction action, nuint count);
static member RepeatAction : SpriteKit.SKAction * nuint -> SpriteKit.SKAction
Parameters
- action
- SKAction
- count
- System.System.UIntPtr System.unativeint
Returns
- Attributes