Compartilhar via


GKCompositeBehavior.FromBehaviors Método

Definição

Sobrecargas

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

Parâmetros

behaviors
GKBehavior[]

Retornos

Atributos

Aplica-se a

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

Parâmetros

behaviors
GKBehavior[]
weights
NSNumber[]

Retornos

Atributos

Aplica-se a