GKRule.PerformAction(GKRuleSystem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by the GKRuleSystem when this GKRule object's predicate evaluates to true
.
[Foundation.Export("performActionWithSystem:")]
public virtual void PerformAction (GameplayKit.GKRuleSystem system);
abstract member PerformAction : GameplayKit.GKRuleSystem -> unit
override this.PerformAction : GameplayKit.GKRuleSystem -> unit
Parameters
- system
- GKRuleSystem
- Attributes