Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


touchCount

Interface to Input.touchCount. Can be overridden to provide custom input instead of using the Input class.
Read time 1 minuteLast updated 10 days ago

Definition

Warning
Deprecated. EventSystem no longer supports input override for legacy input. Install Input System package for full input binding functionality.
public virtual int touchCount { get; }