Click or drag to resize

PlayerController.CompoundElement Class

Base for elements with multiple source elements.
Inheritance Hierarchy
System.Object
  Rewired.PlayerController.Element
    Rewired.PlayerController.CompoundElement
      Rewired.PlayerController.Axis2D

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

The PlayerController.CompoundElement type exposes the following members.

Properties
  NameDescription
Public propertyenabled
Is this element enabled? Disabled elements return no value.
(Inherited from PlayerController.Element.)
Public propertyname
The name of the element.
(Inherited from PlayerController.Element.)
Top
See Also