Input System  v0.1
ISX.InputTemplate.ControlTemplate Struct Reference

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...
 

Detailed Description

Specification for the composition of a direct or indirect child control.

Member Data Documentation

◆ displayName

string ISX.InputTemplate.ControlTemplate.displayName

Optional display name of the control.

See also
InputControl.displayName

◆ name

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.

See also
isModifyingChildControlByPath