GKRule.PerformAction(GKRuleSystem) Method

Definition

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

Applies to