GKRule.FromPredicateRetractingFact(NSPredicate, NSObject, Single) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 GKRule 的 Factory 方法,當滿足時 predicate
,會降低 的信賴 fact
grade
度。
[Foundation.Export("ruleWithPredicate:retractingFact:grade:")]
public static GameplayKit.GKRule FromPredicateRetractingFact (Foundation.NSPredicate predicate, Foundation.NSObject fact, float grade);
static member FromPredicateRetractingFact : Foundation.NSPredicate * Foundation.NSObject * single -> GameplayKit.GKRule
參數
- predicate
- NSPredicate
- fact
- NSObject
- grade
- Single
傳回
- 屬性