Struct SpatialQuery

Input parameter for performing a spatial query.

struct Microsoft::Azure::RemoteRendering::SpatialQuery

Fields

Bounds

The bounds in worldspace to perform the query. All mesh components that overlap with this box will be returned.

Microsoft::Azure::RemoteRendering::Bounds Bounds{};

MaxResults

The maximum number of result mesh components to be returned, or 0 for using the internal limit of 8192.

int32_t MaxResults{};

CollisionMask

Reserved for future use.

uint32_t CollisionMask{};

See also