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 (Inherited from InputCategory.)
Public propertyid (Inherited from InputCategory.)
Public propertyname (Inherited from InputCategory.)
Public propertytag (Inherited from InputCategory.)
Public propertyuserAssignable (Inherited from InputCategory.)
Top
See Also