GKMinMaxStrategist.GetRandomMove(IGKGameModelPlayer, nint) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce uno spostamento casuale tra le numMovesToConsider
mosse migliori.
[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
Parametri
- player
- IGKGameModelPlayer
- numMovesToConsider
- System.System.IntPtr System.nativeint
Restituisce
- Attributi
Commenti
Se RandomSource è null
, questo metodo restituisce lo stesso movimento di GetBestMove(IGKGameModelPlayer).