Edit

Share via


IGKGameModel.ApplyGameModelUpdate(IGKGameModelUpdate) Method

Definition

Modifies the internal state of this IGKGameModel according to the move described in gameModelUpdate.

[Foundation.Export("applyGameModelUpdate:")]
[Foundation.Preserve(Conditional=true)]
public void ApplyGameModelUpdate (GameplayKit.IGKGameModelUpdate gameModelUpdate);
abstract member ApplyGameModelUpdate : GameplayKit.IGKGameModelUpdate -> unit

Parameters

gameModelUpdate
IGKGameModelUpdate

An object that describes a valid move from the current state of this.

Attributes

Applies to