Freigeben über


GKBehavior.FromGoals Methode

Definition

Überlädt

FromGoals(NSDictionary<GKGoal,NSNumber>)

Erstellt und gibt einen GKBehavior für eine Gruppe gewichteter Ziele zurück.

FromGoals(GKGoal[])

Factory-Methode zum Erstellen eines GKBehavior mit dem angegebenen goals, jeweils mit einer Gewichtung von 1,0.

FromGoals(GKGoal[], NSNumber[])

Factory-Methode zum Erstellen eines GKBehavior mit dem angegebenen goals und dem zugehörigen weights.

FromGoals(NSDictionary<GKGoal,NSNumber>)

Erstellt und gibt einen GKBehavior für eine Gruppe gewichteter Ziele zurück.

[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

Parameter

weightedGoals
NSDictionary<GKGoal,NSNumber>

Gibt zurück

Attribute

Gilt für:

FromGoals(GKGoal[])

Factory-Methode zum Erstellen eines GKBehavior mit dem angegebenen goals, jeweils mit einer Gewichtung von 1,0.

[Foundation.Export("behaviorWithGoals:")]
public static GameplayKit.GKBehavior FromGoals (GameplayKit.GKGoal[] goals);
static member FromGoals : GameplayKit.GKGoal[] -> GameplayKit.GKBehavior

Parameter

goals
GKGoal[]

Gibt zurück

Attribute

Gilt für:

FromGoals(GKGoal[], NSNumber[])

Factory-Methode zum Erstellen eines GKBehavior mit dem angegebenen goals und dem zugehörigen 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

Parameter

goals
GKGoal[]
weights
NSNumber[]

Gibt zurück

Attribute

Gilt für: