Click or drag to resize

ControllerCompoundElement Class

Base class for compound elements. Compound elements are a combination of existing elements such as 2 axes making up an Axis 2D. Compound elements have no value in and of themselves, but combine values from their member elements to produce a result. Compound elements cannot be mapped with an ActionElementMap. Instead, the component axes are each mapped individually.
Inheritance Hierarchy
SystemObject
  RewiredControllerCompoundElement
    RewiredControllerAxis2D
    RewiredControllerHat

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

The ControllerCompoundElement type exposes the following members.

Properties
  NameDescription
Public propertyelementCapacity
The maximum capacity of memober elements in this compound element.
Public propertyelementCount
The number of member elements in this compound element.
Public propertyelementIdentifier
The controller element identifier.
Public propertyhasElements
Does this compound element have any member elements?
Public propertyid
The element identifier id.
Public propertyname
The name of this element.
Public propertytype
The type of this element.
Top
See Also