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