Click or drag to resize

GestureRecognizerStateUpdated Event

Fires when state is updated, use this instead of Updated, which has been deprecated. The gesture object has a CurrentTrackedTouches property where you can access the current touches.

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public event GestureRecognizerStateUpdatedDelegate StateUpdated

Value

Type: DigitalRubySharedGestureRecognizerStateUpdatedDelegate
See Also