Поделиться через


GKCompositeBehavior.FromBehaviors Метод

Определение

Перегрузки

FromBehaviors(GKBehavior[])
FromBehaviors(GKBehavior[], NSNumber[])

FromBehaviors(GKBehavior[])

[Foundation.Export("behaviorWithBehaviors:")]
public static GameplayKit.GKCompositeBehavior FromBehaviors (GameplayKit.GKBehavior[] behaviors);
static member FromBehaviors : GameplayKit.GKBehavior[] -> GameplayKit.GKCompositeBehavior

Параметры

behaviors
GKBehavior[]

Возвращаемое значение

Атрибуты

Применяется к

FromBehaviors(GKBehavior[], NSNumber[])

[Foundation.Export("behaviorWithBehaviors:andWeights:")]
public static GameplayKit.GKCompositeBehavior FromBehaviors (GameplayKit.GKBehavior[] behaviors, Foundation.NSNumber[] weights);
static member FromBehaviors : GameplayKit.GKBehavior[] * Foundation.NSNumber[] -> GameplayKit.GKCompositeBehavior

Параметры

behaviors
GKBehavior[]
weights
NSNumber[]

Возвращаемое значение

Атрибуты

Применяется к