Edit

Share via


GKState.DidEnter(GKState) Method

Definition

Called when the owning GKStateMachine transitions to this GKState.

[Foundation.Export("didEnterWithPreviousState:")]
public virtual void DidEnter (GameplayKit.GKState previousState);
abstract member DidEnter : GameplayKit.GKState -> unit
override this.DidEnter : GameplayKit.GKState -> unit

Parameters

previousState
GKState

To be added.

This parameter can be null.

Attributes

Applies to