Click or drag to resize

InputCategory Class

A category for organizing input-related data.
Inheritance Hierarchy
SystemObject
  RewiredInputCategory
    RewiredInputActionCategory
    RewiredInputMapCategory

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

The InputCategory type exposes the following members.

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