Click or drag to resize

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
C#
public HashSet<Type> ComponentTypesToDenyPassThrough { get; }

Property Value

Type: HashSetType
See Also