Click or drag to resize

StandardLayerUseHitFilters Property

Indicates that the layer should query for HitTest components on target objects. Set this to false to optimize hit processing.

Namespace:  TouchScript.Layers
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public bool UseHitFilters { get; set; }

Property Value

Type: Boolean
See Also