Contents

ignoreHiddenNodes

An option to ignore hidden nodes when searching.

Declaration

static let ignoreHiddenNodes: SCNHitTestOption

Discussion

The value for this key is an NSNumber object containing a Boolean value. The default value is true, specifying that hit-testing should not return nodes whose hidden property value is true. Specify false to search nodes regardless of their visibility.

See Also

Options