Click or drag to resize

OverHelper Class

This component listens for pointer events and dispatches Over event when the first touch enters the area of the GameObject it is attached to and Out event when the last touch leaves it.
Inheritance Hierarchy
SystemObject
  Object
    Component
      Behaviour
        MonoBehaviour
          TouchScript.Behaviors.UIOverHelper

Namespace:  TouchScript.Behaviors.UI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class OverHelper : MonoBehaviour

The OverHelper type exposes the following members.

Constructors
  NameDescription
Public methodOverHelper
Initializes a new instance of the OverHelper class
Top
Events
  NameDescription
Public eventOut
Occurs when the last touch leaves the area of the GameObject.
Public eventOver
Occurs when the first (non-pressed) touch enters the area of the GameObject.
Top
See Also