GKBehavior.SetWeight(Single, GKGoal) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
weight
设置 的 goal
,可能会将 添加到 goal
。GKBehavior
[Foundation.Export("setWeight:forGoal:")]
public virtual void SetWeight (float weight, GameplayKit.GKGoal goal);
abstract member SetWeight : single * GameplayKit.GKGoal -> unit
override this.SetWeight : single * GameplayKit.GKGoal -> unit
参数
- weight
- Single
- goal
- GKGoal
- 属性
注解
如果 goal
当前不在 中 GKBehavior,此方法将添加它。