Click or drag to resize

PlayerControllerMouseAxis2D Class

An element with 2 Mouse Axes.
Inheritance Hierarchy
SystemObject
  RewiredPlayerControllerElement
    RewiredPlayerControllerCompoundElement
      RewiredPlayerControllerAxis2D
        RewiredPlayerControllerMouseAxis2D

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class MouseAxis2D : PlayerControllerAxis2D

The PlayerControllerMouseAxis2D 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.
(Inherited from PlayerControllerAxis2D)
Public propertyvalueRaw The current raw value.
(Inherited from PlayerControllerAxis2D)
Public propertyxAxis The X axis.
Public propertyyAxis The Y axis.
Top
See Also