GetAxisRaw(string)
Interface to Input.GetAxisRaw. Can be overridden to provide custom input instead of using the Input class.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public virtual float GetAxisRaw(string axisName)
Parameters
Axis name to check
Returns
Type | Description |
|---|---|
| float | Returns the value of the virtual axis identified by axisName with no smoothing filtering applied. |