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+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntaxpublic bool loadFromUserDataStore { get; set; }Property Value
Boolean
See Also