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[]
返回
- 属性