Click or drag to resize

InputActionSourceData Structure

Provides information about the current sources contributing to the value of an Input Action.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public struct InputActionSourceData

The InputActionSourceData type exposes the following members.

Properties
  NameDescription
Public propertyactionElementMap
Gets the ActionElementMap that contributed to the value of the Action.
Public propertycontroller
Gets the Controller that contributed to the value of the Action.
Public propertycontrollerMap
Gets the ControllerMap that contributed to the value of the Action.
Public propertycontrollerType
Gets the type of the Controller that contributed to the value of the Action.
Public propertyelementIdentifierName
Gets the element identifier name of the element that contributed to the value of the Action.
Top
See Also