ControllerTemplateMap Class |
Namespace: Rewired
public class ControllerTemplateMap
The ControllerTemplateMap type exposes the following members.
Name | Description | |
---|---|---|
categoryId |
The id of the Map Category of this controller map.
| |
ElementMaps |
Gets all element maps in this Controller Template Map.
| |
enabled |
Is the controller map enabled? Disabled maps will never return input values for the ActionElementMaps contained within.
| |
id |
The unique id of this Controller Template Map. This value is not consistent between game sessions, so do not store it.
| |
layoutId |
The id of the Layout of this controller map.
| |
templateTypeGuid |
The Controller Template type GUID.
|
Name | Description | |
---|---|---|
FromJson |
Creates a Controller Template Map from JSON.
| |
FromXml |
Creates a Controller Template Map from XML.
| |
ToControllerMap |
Converts the Controller Template Map to a Controller Map.
| |
ToJsonString |
Exports the map to a JSON string.
| |
ToXmlString |
Exports the map to an XML string.
|