FingersScriptVirtualTouchObjectHandler Property |
Get a virtual touch from a given index (0 to count - 1), null for none. Use GestureTouchFromVirtualTouch once a frame to create the GestureTouch object.
Namespace:
DigitalRubyShared
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public Func<int, GestureTouch> VirtualTouchObjectHandler { get; set; }
Property Value
Type:
FuncInt32,
GestureTouchSee Also