SCNHitTestOptions.IgnoreChildNodes 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 consider all nodes of the hierarchy, or only the node specified in the RootNode property.
public Nullable<bool> IgnoreChildNodes { get; set; }
member this.IgnoreChildNodes : Nullable<bool> with get, set
Property Value
If not specified, the value is assumed to be false.
Remarks
By default this will search all the nodes in the hierarchy. If you set this value to true, you can limit the search to the node specified in RootNode property.