IGKGameModel.ApplyGameModelUpdate(IGKGameModelUpdate) 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.
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