GestureTracker Methods |
The GestureTracker type exposes the following members.
Name | Description | |
---|---|---|
Awake |
Setup the component.
| |
FixedUpdate |
Track the pointer and capture gesture points.
| |
GetGesture |
Return a complete gesture, if enough points are captured.
| |
OnDisable |
Disable the tracking when the component is disabled.
| |
OnDrawGizmos |
Draw the position of the tracked object as a gizmo.
| |
SetTracked |
Change the tracked transform.
|