Share via


SpatialQuery Struct

Definition

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.

Applies to

See also