Click or drag to resize

HitResult Enumeration

Result of a check to find if a hit object should recieve this pointer or not.

Namespace:  TouchScript.Hit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public enum HitResult
Members
  Member nameValueDescription
Hit1 This is a hit, object should recieve pointer.
Miss2 Object should not recieve pointer.
Discard3 Object should not recieve pointer and this pointer should be discarded and not tested with any other object.
See Also