共用方式為


GKState.WillExit(GKState) 方法

定義

在轉換至 nextState 之前 StateMachine 立即呼叫 。

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

參數

nextState
GKState
屬性

備註

呼叫這個 時, CurrentStateStateMachine 屬性仍會設定為這個 GKState 。 結束時,該屬性會變更為 nextState ,並 nextState 呼叫 's DidEnter(GKState) 方法'。

適用於