Click or drag to resize

WandManagerGestureNotRecognizedDelegate Delegate

Raised when the performed gesture is not recognized by the network.

Namespace:  RavingBots.MagicGestures.Controller
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public delegate void GestureNotRecognizedDelegate(
	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.
See Also