GKGameModel_Extensions.UnapplyGameModelUpdate 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.
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