Share via


GKMinMaxStrategist.GetBestMove(IGKGameModelPlayer) Method

Definition

[Foundation.Export("bestMoveForPlayer:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual GameplayKit.IGKGameModelUpdate? GetBestMove(GameplayKit.IGKGameModelPlayer player);
[<Foundation.Export("bestMoveForPlayer:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetBestMove : GameplayKit.IGKGameModelPlayer -> GameplayKit.IGKGameModelUpdate
override this.GetBestMove : GameplayKit.IGKGameModelPlayer -> GameplayKit.IGKGameModelUpdate

Parameters

Returns

Attributes

Applies to