Click or drag to resize

WandManagerRecognize Method

Try to recognize the performed gesture.

Namespace:  RavingBots.MagicGestures.Controller
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public void Recognize(
	MagicWand wand,
	GestureData gesture
)

Parameters

wand
Type: RavingBots.MagicGestures.ControllerMagicWand
The wand used to perform the gesture.
gesture
Type: RavingBots.MagicGestures.ControllerGestureData
The performed gesture.
Remarks
This is registered as a handler for the OnGesture(MagicWand, GestureData) event.
See Also