Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

PointerId.touchPointerCount

public static int touchPointerCount;

Description

The number of touch pointers the implementation supports.

The pointer ID for a touch event is a number between touchPointerIdBase and touchPointerIdBase + touchPointerCount - 1.