GKState.WillExit(GKState) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在轉換至 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
- 屬性
備註
呼叫這個 時, CurrentState 的 StateMachine 屬性仍會設定為這個 GKState 。 結束時,該屬性會變更為 nextState
,並 nextState
呼叫 's DidEnter(GKState) 方法'。