HitResult Enumeration |
Namespace: TouchScript.Hit
public enum HitResult
Member name | Value | Description | |
---|---|---|---|
Hit | 1 | This is a hit, object should recieve pointer. | |
Miss | 2 | Object should not recieve pointer. | |
Discard | 3 | Object should not recieve pointer and this pointer should be discarded and not tested with any other object. |