Click or drag to resize

ControllerElement Class

The base class for all controller elements.
Inheritance Hierarchy
SystemObject
  RewiredControllerElement
    RewiredControllerAxis
    RewiredControllerButton

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public abstract class Element

The ControllerElement type exposes the following members.

Properties
 NameDescription
Public propertycompoundElement Returns the Compound Element parent of this element if any. Returns null if this Element is not a member of a Compound Element.
Public propertyelementIdentifier The controller element identifier.
Public propertyexcludeFromPolling Determines if the element is excluded from rebind polling.
Public propertyisMemberElement Returns True if the element is a member of a compound element such as an Axis2D.
Top
Methods
 NameDescription
Public methodReset 
Top
Fields
 NameDescription
Public fieldid The element identifier id.
Public fieldname The element name.
Public fieldtype The element type.
Top
See Also