Click or drag to resize

ControllerMapLayoutManagerruleSets 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 Controller Maps for the Controller(s) specified in the rule properties will be loaded or removed. 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+e8257758c3446d922301bab0e4637a0e5ec1862f
Syntax
C#
public List ruleSets { get; set; }

Property Value

ListT
See Also