GKCompositeBehavior.FromBehaviors Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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