GKCompositeBehavior.FromBehaviors メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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[]
戻り値
- 属性