Compartir a través de


GKBehavior.Item[] Propiedad

Definición

Sobrecargas

Item[GKGoal]

Recupera el peso de .goal

Item[nuint]

Recupera en GKGoal el índice especificado. (vea GoalCount)

Item[GKGoal]

Recupera el peso de .goal

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

Parámetros

goal
GKGoal

Valor de propiedad

Se aplica a

Item[nuint]

Recupera en GKGoal el índice especificado. (vea GoalCount)

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

Parámetros

index
System.System.UIntPtr System.unativeint

Valor de propiedad

Se aplica a