Click or drag to resize

GestureTrackerTracked Property

The transform that is currently being tracked.

Namespace:  RavingBots.MagicGestures.Controller
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public Transform Tracked { get; set; }

Property Value

Type: Transform
Remarks
The transform of the 3D pointer that the motion controller is manipulating.
See Also