SCNPhysicsSearchMode Enum
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.
Enumerates values that control which physics search results are returned.
public enum SCNPhysicsSearchMode
type SCNPhysicsSearchMode =
- Inheritance
-
SCNPhysicsSearchMode
Fields
Name | Value | Description |
---|---|---|
Unknown | -1 | |
Any | 0 | Return the first matching result. |
Closest | 1 | Return the closest matching result. |
All | 2 | Return all results that match the search criteria. |