SCNHitTestOptions.IgnoreHiddenNodes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.