GetButton(string)
Returns the binary value of a button.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.ClusterInputModule
public static bool GetButton(string name)
Parameters
Name of input to poll.
Returns
Type | Description |
|---|---|
| bool |
Remarks
True for pressed, false otherwise.