Freigeben über


Class SpatialQueryResult

The result of a successful spatial query

class Microsoft::Azure::RemoteRendering::SpatialQueryResult final

Properties

Overlaps

The list of mesh components that overlap with the volume defined in the input parameters. The maximum length of this list is determined by the MaxResults member in the input.

auto GetOverlaps(std::vector<ApiHandle<Microsoft::Azure::RemoteRendering::MeshComponent>> & out) const noexcept -> void;

See also