GestureTracker Fields |
The GestureTracker type exposes the following members.
Name | Description | |
---|---|---|
_lastPosition |
The previous position of the Tracked.
| |
_points |
Already captured points.
| |
_tracked |
The transform that is currently being tracked.
| |
_trailPool |
The pool of GestureTrail objects.
| |
MaxPoints |
The maximum number of captured points.
| |
MinPoints |
The minimum number of points before the gesture is considered complete.
| |
MinPointsDistance |
The minimum distance before a new point is captured.
| |
Precache |
The size of the initial GestureTrail pool.
| |
TrailPrefab |
The prefab for the visual trail of the gesture.
|