Click or drag to resize

FingersScriptVirtualTouchUpdateHandler Property

This event executes after the all virtual touches have been processed by the fingers script. This is where you would remove any ended gestures from your virtual touch gesture lists or dictionaries.

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public Action VirtualTouchUpdateHandler { get; set; }

Property Value

Type: Action
See Also