GKBehavior.FromGoals Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
FromGoals(NSDictionary<GKGoal,NSNumber>) |
Crée et retourne un GKBehavior pour un ensemble d’objectifs pondérés. |
FromGoals(GKGoal[]) |
Méthode de fabrique pour créer un GKBehavior avec le spécifié |
FromGoals(GKGoal[], NSNumber[]) |
Méthode de fabrique pour créer un GKBehavior avec le spécifié |
FromGoals(NSDictionary<GKGoal,NSNumber>)
Crée et retourne un GKBehavior pour un ensemble d’objectifs pondérés.
[Foundation.Export("behaviorWithWeightedGoals:")]
public static GameplayKit.GKBehavior FromGoals (Foundation.NSDictionary<GameplayKit.GKGoal,Foundation.NSNumber> weightedGoals);
static member FromGoals : Foundation.NSDictionary<GameplayKit.GKGoal, Foundation.NSNumber> -> GameplayKit.GKBehavior
Paramètres
- weightedGoals
- NSDictionary<GKGoal,NSNumber>
Retours
- Attributs
S’applique à
FromGoals(GKGoal[])
Méthode de fabrique pour créer un GKBehavior avec le spécifié goals
, chacun avec un poids de 1,0.
[Foundation.Export("behaviorWithGoals:")]
public static GameplayKit.GKBehavior FromGoals (GameplayKit.GKGoal[] goals);
static member FromGoals : GameplayKit.GKGoal[] -> GameplayKit.GKBehavior
Paramètres
- goals
- GKGoal[]
Retours
- Attributs
S’applique à
FromGoals(GKGoal[], NSNumber[])
Méthode de fabrique pour créer un GKBehavior avec le spécifié goals
et leur correspondant weights
.
[Foundation.Export("behaviorWithGoals:andWeights:")]
public static GameplayKit.GKBehavior FromGoals (GameplayKit.GKGoal[] goals, Foundation.NSNumber[] weights);
static member FromGoals : GameplayKit.GKGoal[] * Foundation.NSNumber[] -> GameplayKit.GKBehavior
Paramètres
- goals
- GKGoal[]
- weights
- NSNumber[]
Retours
- Attributs