Click or drag to resize

WandManagerMenuButtonDelegate Delegate

Raised when the menu button is pressed.

Namespace:  RavingBots.MagicGestures.Controller
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public delegate void MenuButtonDelegate(
	MagicWand wand
)

Parameters

wand
Type: RavingBots.MagicGestures.ControllerMagicWand
The wand the button belongs to.
See Also