Click or drag to resize

ControllerTemplateMap Class

Maps actions to specific Controller Template elements.
Inheritance Hierarchy
SystemObject
  RewiredControllerTemplateMap

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class ControllerTemplateMap

The ControllerTemplateMap type exposes the following members.

Properties
  NameDescription
Public propertycategoryId
The id of the Map Category of this controller map.
Public propertyElementMaps
Gets all element maps in this Controller Template Map.
Public propertyenabled
Is the controller map enabled? Disabled maps will never return input values for the ActionElementMaps contained within.
Public propertyid
The unique id of this Controller Template Map. This value is not consistent between game sessions, so do not store it.
Public propertylayoutId
The id of the Layout of this controller map.
Public propertytemplateTypeGuid
The Controller Template type GUID.
Top
Methods
  NameDescription
Public methodStatic memberFromJson
Creates a Controller Template Map from JSON.
Public methodStatic memberFromXml
Creates a Controller Template Map from XML.
Public methodToControllerMap
Converts the Controller Template Map to a Controller Map.
Public methodToJsonString
Exports the map to a JSON string.
Public methodToXmlString
Exports the map to an XML string.
Top
See Also