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