SCNAction.RepeatActionForever(SCNAction) 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
forever.
[Foundation.Export("repeatActionForever:")]
public static SceneKit.SCNAction RepeatActionForever (SceneKit.SCNAction action);
static member RepeatActionForever : SceneKit.SCNAction -> SceneKit.SCNAction
Parameters
- action
- SCNAction
Returns
- Attributes