SCNAction.Sequence(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 sequentially runs the actions in the specified array.
[Foundation.Export("sequence:")]
public static SceneKit.SCNAction Sequence (SceneKit.SCNAction[] actions);
static member Sequence : SceneKit.SCNAction[] -> SceneKit.SCNAction
Parameters
- actions
- SCNAction[]
Returns
- Attributes