GKState.WillExit(GKState) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
로 전환하기 StateMachine 직전에 호출되었습니다 nextState
.
[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
's DidEnter(GKState) 메서드가 호출됩니다.'로 변경 nextState
됩니다.