GKStateMachine.FromStates(GKState[]) 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.
Factory method to create a new GKStateMachine with the specified states
.
[Foundation.Export("stateMachineWithStates:")]
public static GameplayKit.GKStateMachine FromStates (GameplayKit.GKState[] states);
static member FromStates : GameplayKit.GKState[] -> GameplayKit.GKStateMachine
Parameters
- states
- GKState[]
Returns
- Attributes