|
Input System
v0.1
|
Specification for the composition of a direct or indirect child control. More...
Public Attributes | |
| InternedString | name |
| Name of the control. More... | |
| string | displayName |
| Optional display name of the control. More... | |
Specification for the composition of a direct or indirect child control.
| string ISX.InputTemplate.ControlTemplate.displayName |
Optional display name of the control.
| InternedString ISX.InputTemplate.ControlTemplate.name |
Name of the control.
This may also be a path. This can be used to reach inside another template and modify properties of a control inside of it. An example for this is adding a "leftStick" control using the Stick template and then adding two control templates that refer to "leftStick/x" and "leftStick/y" respectively to modify the state format used by the stick.
This field is required.