Click or drag to resize

InputActionSourceData Class

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.0 (1.0.0.0)
Syntax
C#
public sealed class InputActionSourceData : ValueType

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