SCNHitTestOptions.IgnoreChildNodes Property

Definition

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.

Applies to