MapHelperLoadMap Method |
Name | Description | |
---|---|---|
LoadMapT(Int32, Int32, Int32) |
Loads a controller map from the maps defined in the Rewired Editor. Replaces if a map already exists with the same category and layout.
When replaced, map enabled state is copied from the existing map into the replacement. Otherwise, map starts disabled and must be enabled before it can contribute to input.
If ControllerMapEnabler.enabled is set to true and rules exist that apply to the map, the enabled state will be set based on those settings.
| |
LoadMapT(Int32, String, String) |
Loads a controller map from the maps defined in the Rewired Editor. Replaces if a map already exists with the same category and layout.
When replaced, map enabled state is copied from the existing map into the replacement. Otherwise, map starts disabled and must be enabled before it can contribute to input.
If ControllerMapEnabler.enabled is set to true and rules exist that apply to the map, the enabled state will be set based on those settings.
| |
LoadMapT(Int32, Int32, Int32, Boolean) |
Loads a controller map from the maps defined in the Rewired Editor. Replaces if a map already exists with the same category and layout.
If enabled is set to true and rules exist that apply to the map, the enabled state will be set based on those settings overriding the startEnabled setting passed into the function.
| |
LoadMapT(Int32, String, String, Boolean) |
Loads a controller map from the maps defined in the Rewired Editor. Replaces if a map already exists with the same category and layout.
If enabled is set to true and rules exist that apply to the map, the enabled state will be set based on those settings overriding the startEnabled setting passed into the function.
| |
LoadMap(ControllerType, Int32, Int32, Int32) |
Loads a controller map from the maps defined in the Rewired Editor. Replaces if a map already exists with the same category and layout.
When replaced, map enabled state is copied from the existing map into the replacement. Otherwise, map starts disabled and must be enabled before it can contribute to input.
If ControllerMapEnabler.enabled is set to true and rules exist that apply to the map, the enabled state will be set based on those settings.
| |
LoadMap(ControllerType, Int32, String, String) |
Loads a controller map from the maps defined in the Rewired Editor. Replaces if a map already exists with the same category and layout.
When replaced, map enabled state is copied from the existing map into the replacement. Otherwise, map starts disabled and must be enabled before it can contribute to input.
If ControllerMapEnabler.enabled is set to true and rules exist that apply to the map, the enabled state will be set based on those settings.
| |
LoadMap(ControllerType, Int32, Int32, Int32, Boolean) |
Loads a controller map from the maps defined in the Rewired Editor. Replaces if a map already exists with the same category and layout.
If enabled is set to true and rules exist that apply to the map, the enabled state will be set based on those settings overriding the startEnabled setting passed into the function.
| |
LoadMap(ControllerType, Int32, String, String, Boolean) |
Loads a controller map from the maps defined in the Rewired Editor. Replaces if a map already exists with the same category and layout.
If enabled is set to true and rules exist that apply to the map, the enabled state will be set based on those settings overriding the startEnabled setting passed into the function.
|