Click or drag to resize

FingersScriptVirtualTouchCountHandler Property

Get a count of virtual touches, null for none. This callback is where you should update and populate the current set of gestures for your virtual touches.

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public Func<int> VirtualTouchCountHandler { get; set; }

Property Value

Type: FuncInt32
See Also