| GestureTrackerOnCrouching Event |
An event handler indicating the player is crouching.
This always invoked on frame update while the player is crouching.
Namespace: ESkin.GestureAssembly: ESkinGesture (in ESkinGesture.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public event EventHandler OnCrouching
function add_OnCrouching(value);
function remove_OnCrouching(value);
Value
Type:
SystemEventHandlerSee Also