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