GKBehavior.Item[] 属性

定义

重载

Item[GKGoal]

检索 的 goal权重。

Item[nuint]

检索 GKGoal 指定索引处的 。 (请参阅 GoalCount

Item[GKGoal]

检索 的 goal权重。

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

参数

goal
GKGoal

属性值

适用于

Item[nuint]

检索 GKGoal 指定索引处的 。 (请参阅 GoalCount

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

参数

index
System.System.UIntPtr System.unativeint

属性值

适用于