Click or drag to resize

PlayerControllerAxis2D Class

An element with 2 Axes.
Inheritance Hierarchy

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

The PlayerControllerAxis2D type exposes the following members.

Properties
  NameDescription
Public propertyenabled
Is this element enabled? Disabled elements return no value.
(Inherited from PlayerControllerElement.)
Public propertyname
The name of the element.
(Inherited from PlayerControllerElement.)
Public propertyvalue
The current value.
Public propertyvalueRaw
The current raw value.
Public propertyxAxis
The X axis.
Public propertyyAxis
The Y axis.
Top
See Also