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
  NameDescription
Public propertyelementType
Public propertyglyph
The glyph for the element identifier. This will only return a glyph if a glyph provider is in use and a glyph has been defined for this element identifier.
Public propertyid
Public propertykey
The key of the element identifier. This is used for localization and glyph lookup.
Public propertyname
The name of the element identifier. The returned value will be localized if localization is in use.
Public propertynegativeGlyph
The glyph for the negative axis of the element identifier. This will only return a glyph if a glyph provider is in use and a glyph has been defined for this element identifier.
Public propertynegativeKey
The key of the negative axis of the element identifier, if any. This is used for localization and glyph lookup.
Public propertynegativeName
The name of the negative axis of the element identifier, if any. If this is an axis element and no negative name was defined, name will be returned with a - suffix appended. The returned value will be localized if localization is in use.
Public propertypositiveGlyph
The glyph for the positive axis of the element identifier. This will only return a glyph if a glyph provider is in use and a glyph has been defined for this element identifier.
Public propertypositiveKey
The key of the positive axis of the element identifier, if any. This is used for localization and glyph lookup.
Public propertypositiveName
The name of the positive axis of the element identifier, if any. If this is an axis element and no positive name was defined, name will be returned with a + suffix appended. The returned value will be localized if localization is in use.
Top
Methods
  NameDescription
Public methodClone
Public methodGetDisplayName
Gets the display name for the specified axis range.
Public methodGetFinalGlyphKey
Gets the full glyph key path for the specified range. This will only return a value if a glyph was found.
Public methodGetGlyph
Gets the glyph for the specified axis range.
Top
Fields
See Also