Click or drag to resize

InputMapCategory Class

A category for organizing controller maps.
Inheritance Hierarchy
SystemObject
  RewiredInputCategory
    RewiredInputMapCategory

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

The InputMapCategory type exposes the following members.

Constructors
  NameDescription
Public methodInputMapCategory
Initializes a new instance of the InputMapCategory class
Public methodInputMapCategory(InputMapCategory)
Initializes a new instance of the InputMapCategory class
Top
Properties
  NameDescription
Public propertycheckConflictsCategoryIds
Public propertycheckConflictsWithAllCategories
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