SCNAction.Group(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 starts a list of actions at the same time.
[Foundation.Export("group:")]
public static SceneKit.SCNAction Group (SceneKit.SCNAction[] actions);
static member Group : SceneKit.SCNAction[] -> SceneKit.SCNAction
Parameters
- actions
- SCNAction[]
Returns
- Attributes