Click or drag to resize

InputActionSourceData Structure

Provides information about the current sources contributing to the value of an Input Action.
Inheritance Hierarchy
SystemObject
  SystemValueType
    RewiredInputActionSourceData

Namespace: Rewired
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+e8257758c3446d922301bab0e4637a0e5ec1862f
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