Share via


IGKGameModel.UnapplyGameModelUpdate(IGKGameModelUpdate) Method

Definition

Removes the specified changes from the game's state.

[Foundation.Export("unapplyGameModelUpdate:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void UnapplyGameModelUpdate(GameplayKit.IGKGameModelUpdate gameModelUpdate);
[<Foundation.Export("unapplyGameModelUpdate:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member UnapplyGameModelUpdate : GameplayKit.IGKGameModelUpdate -> unit
override this.UnapplyGameModelUpdate : GameplayKit.IGKGameModelUpdate -> unit

Parameters

gameModelUpdate
IGKGameModelUpdate
Attributes

Applies to