Click or drag to resize

MagicWandSetMenuMode Method

Update the menu state.

Namespace:  RavingBots.MagicGestures.Controller
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
private void SetMenuMode(
	bool menuMode
)

Parameters

menuMode
Type: SystemBoolean
Remarks

When the menu is shown, the laser pointer is enabled, the gesture tracker disabled, and the wand is put on the UI layer.

When the menu is hidden, the laser pointer is disabled, the gesture tracker enabled, and the wand is put back on the default layer.

See Also