Click or drag to resize

ControllerTemplateElementIdentifier Class

Represents a single element on a controller template. Used to identify physical elements on controller templates by type and name.
Inheritance Hierarchy
SystemObject
  RewiredControllerTemplateElementIdentifier

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

The ControllerTemplateElementIdentifier type exposes the following members.

Constructors
  NameDescription
Public methodControllerTemplateElementIdentifier
Initializes a new instance of the ControllerTemplateElementIdentifier class
Public methodControllerTemplateElementIdentifier(ControllerTemplateElementIdentifier)
Initializes a new instance of the ControllerTemplateElementIdentifier class
Top
Properties
Methods
  NameDescription
Public methodClone
Public methodGetDisplayName
Gets the display name for the specified axis range.
Top
See Also