Compartilhar via


GKState.WillExit(GKState) Método

Definição

Chamado imediatamente antes da StateMachine transição para nextState.

[Foundation.Export("willExitWithNextState:")]
public virtual void WillExit (GameplayKit.GKState nextState);
abstract member WillExit : GameplayKit.GKState -> unit
override this.WillExit : GameplayKit.GKState -> unit

Parâmetros

nextState
GKState
Atributos

Comentários

Quando isso é chamado, a CurrentState propriedade do StateMachine ainda é definida como esta GKState. Após a saída, essa propriedade muda para nextState e nextStateo método 's DidEnter(GKState) é chamado'.

Aplica-se a