GKState.DidEnter(GKState) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the owning GKStateMachine transitions to this GKState.
[Foundation.Export("didEnterWithPreviousState:")]
public virtual void DidEnter (GameplayKit.GKState previousState);
abstract member DidEnter : GameplayKit.GKState -> unit
override this.DidEnter : GameplayKit.GKState -> unit
Parameters
- Attributes