編集

次の方法で共有


GKBehavior.Item[] Property

Definition

Overloads

Item[GKGoal]

Retrieves the weight for the goal.

Item[nuint]

Retrieves the GKGoal at the specified index. (see GoalCount)

Item[GKGoal]

Retrieves the weight for the goal.

public Foundation.NSNumber this[GameplayKit.GKGoal goal] { get; set; }
member this.Item(GameplayKit.GKGoal) : Foundation.NSNumber with get, set

Parameters

goal
GKGoal

Property Value

Applies to

Item[nuint]

Retrieves the GKGoal at the specified index. (see GoalCount)

public GameplayKit.GKGoal this[nuint index] { get; }
member this.Item(nuint) : GameplayKit.GKGoal

Parameters

index
System.System.UIntPtr System.unativeint

Property Value

Applies to