Click or drag to resize

UntouchableDiscardPointer Field

Indicates if instead of not reacting to pointers the object should completely discard them making it impossible for other gestures to receive them.

Namespace:  TouchScript.Hit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool DiscardPointer

Field Value

Type: Boolean
If true pointers are not only prevented but discarded making it impossible for other gestures to receive them.
See Also