FingersScriptComponentTypesToDenyPassThrough Property |
A set of component types that will stop the gesture from passing through. By default includes UI components like Button, Dropdown, etc.
You can add additional component types if you like, but you should not remove items from this set or clear the set.
Namespace:
DigitalRubyShared
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public HashSet<Type> ComponentTypesToDenyPassThrough { get; }
Property Value
Type:
HashSetTypeSee Also