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