Struct SpatialQuery

Input parameter for performing a spatial query with an AABB. All mesh components that overlap with this box will be returned.

struct Microsoft::Azure::RemoteRendering::SpatialQuery

Fields

MaxResults

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

int32_t MaxResults{};

Bounds

The bounds in world-space to perform the query.

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

CollisionMask

Unused.

uint32_t CollisionMask{};

See also