Click or drag to resize
GestureTracker Events

The GestureTracker type exposes the following members.

Events
  NameDescription
Public eventOnCrouched
An event handler indicating the player was crouched.
Public eventOnCrouching
An event handler indicating the player is crouching. This always invoked on frame update while the player is crouching.
Public eventOnJabbedLeft
An event handler indicating when the player jabbed with left arm.
Public eventOnJabbedRight
An event handler indicating when the player jabbed with right arm.
Public eventOnJumped
An event handler indicating when player was jumped.
Public eventOnRunning
An event handler indicating the player is running. This always invoked on frame update while the player is running.
Public eventOnStartedRunning
An event handler indicating the player started running.
Public eventOnStoodUp
An event handler indicating the player stood up. This only invoked after the player was crouched.
Public eventOnStoppedRunning
An event handler indicating the player stopped running .
Top
See Also