SKAction.RepeatAction(SKAction, UIntPtr) 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:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static SpriteKit.SKAction RepeatAction(SpriteKit.SKAction action, UIntPtr count);
[<Foundation.Export("repeatAction:count:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member RepeatAction : SpriteKit.SKAction * unativeint -> SpriteKit.SKAction
Parameters
- action
- SKAction
- count
-
UIntPtr
unativeint
Returns
- Attributes