---
title: any
framework: scenekit
role: symbol
role_heading: Type Property
path: scenekit/scnphysicsworld/testsearchmode/any
---

# any

Searches should return only the first contact found regardless of its position relative to the search parameters.

## Declaration

```swift
static let any: SCNPhysicsWorld.TestSearchMode
```

## See Also

### Type Properties

- [all](scenekit/scnphysicsworld/testsearchmode/all.md)
- [closest](scenekit/scnphysicsworld/testsearchmode/closest.md)
