Click or drag to resize

ControllerMapEnablerruleSets Property

The list of rule sets. When Apply is called (whether manually or on various events which trigger it), each rule set in the list will be evaluated and enable or disable Controller Maps for the Controller(s) specified in the rule properties. After modifying or replacing the list, you must call Apply for the changes to take effect in the Player.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public List<ControllerMapEnablerRuleSet> ruleSets { get; set; }

Property Value

Type: ListControllerMapEnablerRuleSet
See Also