Edit

Share via


GKCompositeBehavior.FromBehaviors Method

Definition

Overloads

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

Parameters

behaviors
GKBehavior[]

Returns

Attributes

Applies to

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

Parameters

behaviors
GKBehavior[]
weights
NSNumber[]

Returns

Attributes

Applies to