Edit

Share via


GKGameModel_Extensions.UnapplyGameModelUpdate Method

Definition

Removes the specified changes from the game's state.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, 2, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 1, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void UnapplyGameModelUpdate (this GameplayKit.IGKGameModel This, GameplayKit.IGKGameModelUpdate gameModelUpdate);
static member UnapplyGameModelUpdate : GameplayKit.IGKGameModel * GameplayKit.IGKGameModelUpdate -> unit

Parameters

This
IGKGameModel

The instance on which this method operates.

gameModelUpdate
IGKGameModelUpdate
Attributes

Applies to