Click or drag to resize

ControllerElementIdentifier Class

Represents a single element on a controller. Used to identify physical elements on controllers by type and name.
Inheritance Hierarchy
SystemObject
  RewiredControllerElementIdentifier

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

The ControllerElementIdentifier type exposes the following members.

Constructors
  NameDescription
Public methodControllerElementIdentifier
Initializes a new instance of the ControllerElementIdentifier class
Public methodControllerElementIdentifier(ControllerElementIdentifier)
Initializes a new instance of the ControllerElementIdentifier class
Top
Properties
Methods
  NameDescription
Public methodClone
Public methodGetDisplayName(AxisRange)
Gets the display name for the specified range.
Public methodGetDisplayName(ControllerElementType, AxisRange)
Gets the display name for the specified element type and range.
Top
See Also