WandManager Class |
Namespace: RavingBots.MagicGestures.Controller
public class WandManager : MonoSingleton<WandManager>
The WandManager type exposes the following members.
Name | Description | |
---|---|---|
WandManager |
Construct a new instance.
|
Name | Description | |
---|---|---|
OnAdded |
Called when a new wand is registered.
| |
OnGesture |
Called after the user performs a gesture.
| |
OnMenuButton |
Called when the user presses the menu button on the controller.
| |
Recognize |
Try to recognize the performed gesture.
|
Name | Description | |
---|---|---|
OnGestureEvent |
Raised when the user performs a gesture.
| |
OnGestureNotRecognizedEvent |
Raised when the performed gesture is not recognized by the network.
| |
OnGestureRecognizedEvent |
Raised when the performed gesture is recognized by the network.
| |
OnMenuButtonEvent |
Raised when the menu button is pressed.
|
Name | Description | |
---|---|---|
_menuMode | if the menu is open.
| |
RecognizeMirroredGestureX |
Set to if gestures should be mirrored
on the X-axis before recognition.
| |
Wands |
The registered wands.
|