SpatialQuery Struct
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.
Input parameter for performing a spatial query with an AABB. All mesh components that overlap with this box will be returned.
public value class SpatialQuery
public struct SpatialQuery
type SpatialQuery = struct
Public Structure SpatialQuery
- Inheritance
-
SpatialQuery
Fields
Bounds |
The bounds in world-space to perform the query. |
CollisionMask |
Unused. |
MaxResults |
The maximum number of mesh components to be returned. Use 0 for the internal maximum limit. |