Поделиться через


GKMinMaxStrategist.GetRandomMove(IGKGameModelPlayer, nint) Метод

Определение

Возвращает случайное перемещение среди наиболее подходящих numMovesToConsider .

[Foundation.Export("randomMoveForPlayer:fromNumberOfBestMoves:")]
public virtual GameplayKit.IGKGameModelUpdate GetRandomMove (GameplayKit.IGKGameModelPlayer player, nint numMovesToConsider);
abstract member GetRandomMove : GameplayKit.IGKGameModelPlayer * nint -> GameplayKit.IGKGameModelUpdate
override this.GetRandomMove : GameplayKit.IGKGameModelPlayer * nint -> GameplayKit.IGKGameModelUpdate

Параметры

numMovesToConsider
System.System.IntPtr System.nativeint

Возвращаемое значение

Атрибуты

Комментарии

Если RandomSource имеет значение null, этот метод возвращает то же перемещение, что и GetBestMove(IGKGameModelPlayer).

Применяется к