GKRuleSystem.State Property

Definition

A mutable dictionary intended to hold the state information upon which the Rules operate.

public virtual Foundation.NSMutableDictionary State { [Foundation.Export("state", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.State : Foundation.NSMutableDictionary

Property Value

Attributes

Remarks

If the underlying NSMutableDictionary is manipulated outside of the action of a constituent GKRule, deveopers must call Reset() and Evaluate() for the modified data to be acted upon.

Applies to