# type

> A value that indicates whether a touch was of Direct, Indirect (or remote), or Stylus type.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.InputLegacyModule

```csharp
public TouchType type { get; set; }
```
