Click or drag to resize

InputActionCategory Class

A category for organizing Actions.
Inheritance Hierarchy
SystemObject
  RewiredInputCategory
    RewiredInputActionCategory

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

The InputActionCategory type exposes the following members.

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