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 ,這個方法將會新增它。