Share via


GKGameModel_Extensions.UnapplyGameModelUpdate Method

Definition

Removes the specified changes from the game's state.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void UnapplyGameModelUpdate(this GameplayKit.IGKGameModel This, GameplayKit.IGKGameModelUpdate gameModelUpdate);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member UnapplyGameModelUpdate : GameplayKit.IGKGameModel * GameplayKit.IGKGameModelUpdate -> unit

Parameters

gameModelUpdate
IGKGameModelUpdate
Attributes

Applies to