Property touchId
touchId
The unique identifier for the touch. Unity reuses identifiers after the touch ends.
Declaration
public readonly int touchId { get; }
Property Value
Type | Description |
---|---|
Int32 | ID of the tocuh. |
Remarks
Test
The unique identifier for the touch. Unity reuses identifiers after the touch ends.
public readonly int touchId { get; }
Type | Description |
---|---|
Int32 | ID of the tocuh. |
Test