Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


touchesEnabled

Disables Apple TV Remote touch propagation to Unity Input.touches API.
Read time 1 minuteLast updated 10 days ago

Definition

public static bool touchesEnabled { get; set; }

Remarks

Useful for third-party frameworks, which ignore
Touch.type == Indirect
. The default setting is true.