FingersScriptComponentTypesToIgnorePassThrough Property |
A set of component types that will be ignored for purposes of pass through checking. By default includes the Text UI component.
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
Syntaxpublic HashSet<Type> ComponentTypesToIgnorePassThrough { get; }
Property Value
Type:
HashSetType
See Also