다음을 통해 공유


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[]

반환

특성

적용 대상