Share via


GKStateMachine.FromStates(GKState[]) Method

Definition

[Foundation.Export("stateMachineWithStates:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static GameplayKit.GKStateMachine FromStates(GameplayKit.GKState[] states);
[<Foundation.Export("stateMachineWithStates:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromStates : GameplayKit.GKState[] -> GameplayKit.GKStateMachine

Parameters

states
GKState[]

Returns

Attributes

Applies to