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
Syntaxpublic Action VirtualTouchUpdateHandler { get; set; }
Property Value
Type:
Action
See Also