Click or drag to resize

GestureTrackerGetGesture Method

Return a complete gesture, if enough points are captured.

Namespace:  RavingBots.MagicGestures.Controller
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public GestureData GetGesture()

Return Value

Type: GestureData
if not enough points have been captured yet, a GestureData instance otherwise.
See Also