Struct JoystickControlMapping
Namespace: UnityEngine.InputNew
Syntax
[Serializable]
public struct JoystickControlMapping
Fields
fromRange
Declaration
public Range fromRange
Field Value
Type | Description |
---|---|
Range |
interDeadZoneRange
Declaration
public Range interDeadZoneRange
Field Value
Type | Description |
---|---|
Range |
targetIndex
Declaration
public int targetIndex
Field Value
Type | Description |
---|---|
Int32 |
toRange
Declaration
public Range toRange
Field Value
Type | Description |
---|---|
Range |