SpatialQueryAabb Struct

Definition

Input parameters for performing a spatial query with an axis-aligned bounding box (AABB). Mesh components that overlap with it will be returned.

public value class SpatialQueryAabb
public struct SpatialQueryAabb
type SpatialQueryAabb = struct
Public Structure SpatialQueryAabb
Inheritance
SpatialQueryAabb

Fields

Bounds

The bounds in world-space to perform the query.

MaxResults

The maximum number of mesh components to be returned. Use 0 for the internal maximum limit.

Applies to

See also