Contents

ignoreChildNodes

An option to ignore child nodes when searching.

Declaration

static let ignoreChildNodes: SCNHitTestOption

Discussion

The value for this key is an NSNumber object containing a Boolean value. The default value is false, specifying that hit-testing may return objects from any portion of the node hierarchy. Specify true to search only the node specified by the rootNode key.

See Also

Options