GetTouch(int)
Interface to Input.GetTouch. Can be overridden to provide custom input instead of using the Input class.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public virtual Touch GetTouch(int index)
Parameters
Touch index to get
Returns
Type | Description |
|---|---|
| Touch | Touch details. |