Contents

categoryBitMask

An option to search only for objects matching a specified bitmask.

Declaration

static let categoryBitMask: SCNHitTestOption

Discussion

The value for this key is an NSNumber object containing an integer value. If present, the search will return only nodes that both satisfy the hit test and have a categoryBitMask value overlapping this bitmask.

See Also

Options