Click or drag to resize

HitTest Class

Base class for all hit test handlers.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          TouchScript.HitHitTest
            TouchScript.HitUntouchable

Namespace:  TouchScript.Hit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public abstract class HitTest : MonoBehaviour

The HitTest type exposes the following members.

Constructors
  NameDescription
Protected methodHitTest
Initializes a new instance of the HitTest class
Top
Methods
  NameDescription
Public methodIsHit
Determines whether a pointer hit the object.
Top
See Also