SCNHitTestOptions.IgnoreHiddenNodes Property

Definition

Controls whether hit-testing will return hidden nodes or not.

public Nullable<bool> IgnoreHiddenNodes { get; set; }
member this.IgnoreHiddenNodes : Nullable<bool> with get, set

Property Value

If not specified, the value is assumed to be true.

Remarks

The default is to skip hidden nodes. Set this value to false if you want to perform hit-testing including nodes that have set their Hidden property to true.

Applies to