Base class for all hit test handlers.
Inheritance Hierarchy
Namespace:
TouchScript.Hit
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic abstract class HitTest : MonoBehaviour
The HitTest type exposes the following members.
Constructors
| Name | Description |
---|
 | HitTest | Initializes a new instance of the HitTest class |
Top
Methods
| Name | Description |
---|
 | IsHit |
Determines whether a pointer hit the object.
|
Top
See Also