ControllerMapLayoutManagerloadFromUserDataStore Property |
If enabled, Controller Maps will be loaded from UserDataStore (if available) instead of from the Rewired Input Manager
defaults. If no matching Controller Map is found in UserDataStore, the Rewired Input Manager default will be loaded.
Note: The UserDataStore implementation must implement
IControllerMapStore to be used.
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool loadFromUserDataStore { get; set; }
Property Value
Boolean
See Also