Click or drag to resize

GestureTracker Fields

The GestureTracker type exposes the following members.

Fields
  NameDescription
Private field_lastPosition
The previous position of the Tracked.
Private field_points
Already captured points.
Private field_tracked
The transform that is currently being tracked.
Private field_trailPool
The pool of GestureTrail objects.
Public fieldMaxPoints
The maximum number of captured points.
Public fieldMinPoints
The minimum number of points before the gesture is considered complete.
Public fieldMinPointsDistance
The minimum distance before a new point is captured.
Private fieldStatic memberPrecache
The size of the initial GestureTrail pool.
Protected fieldTrailPrefab
The prefab for the visual trail of the gesture.
Top
See Also