Contents

stateMachine

The state machine that owns this state object.

Declaration

weak var stateMachine: GKStateMachine? { get }

Discussion

Use this property to refer to the state machine this state object is being used in.

See Also

Working with State Machines