SCNHitTestOptions.RootNode 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.
Limits the hit-testing to this node as well as its children (you must also set IgnoreChildNodes).
public SceneKit.SCNNode RootNode { get; set; }
member this.RootNode : SceneKit.SCNNode with get, set
Property Value
The node that will be used as the root node to search for hits.
If not specified, when used with a SCNSceneRenderer the default value would be the presented scene's root node.
If not specified, when used with a SCNNode the default value is the node itself.