| GestureTrackerOnRunning Event |
An event handler indicating the player is running.
This always invoked on frame update while the player is running.
Namespace: ESkin.GestureAssembly: ESkinGesture (in ESkinGesture.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public event EventHandler OnRunning
function add_OnRunning(value);
function remove_OnRunning(value);
Value
Type:
SystemEventHandlerSee Also