Click or drag to resize

InputLayout Class

A layout for organizing input maps.
Inheritance Hierarchy
SystemObject
  RewiredInputLayout

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public sealed class InputLayout

The InputLayout type exposes the following members.

Constructors
  NameDescription
Public methodInputLayout
Initializes a new instance of the InputLayout class
Public methodInputLayout(InputLayout)
Initializes a new instance of the InputLayout class
Top
Properties
  NameDescription
Public propertydescriptiveName
The descriptive name of the layout. The returned value will be localized if localization is in use.
Public propertyid
Public propertyname
The scripting name of the layout. Use descriptiveName instead for the localizable display name.
Top
Methods
  NameDescription
Public methodClone
Top
See Also