Compartir a través de


GKState.WillExit(GKState) Método

Definición

Se llama inmediatamente antes de la StateMachine transición a 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

Comentarios

Cuando se llama a esto, la CurrentState propiedad de StateMachine sigue estando establecida en .GKState Tras salir, esa propiedad cambia al método y nextStateDidEnter(GKState) se llama al nextState método .

Se aplica a