Click or drag to resize

PlayerControllerElementWithSource Class

Base class for elements that have an input source.
Inheritance Hierarchy
SystemObject
  RewiredPlayerControllerElement
    RewiredPlayerControllerElementWithSource
      RewiredPlayerControllerAxis
      RewiredPlayerControllerButton

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

The PlayerControllerElementWithSource type exposes the following members.

Properties
 NameDescription
Public propertyactionId The Action id of the Action which will be used as the input source for the Element.
Public propertyactionName The Action name of the Action which will be used as the input source for the Element.
Public propertyenabled Is this element enabled? Disabled elements return no value.
(Inherited from PlayerControllerElement)
Public propertyname The name of the element.
(Inherited from PlayerControllerElement)
Top
See Also