次の方法で共有


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

戻り値

属性

適用対象