Nota
L'accesso a questa pagina richiede l'autorizzazione. Puoi provare ad accedere o a cambiare directory.
L'accesso a questa pagina richiede l'autorizzazione. Puoi provare a cambiare directory.
Input parameters for performing a spatial query with a sphere. Mesh components that overlap with it will be returned.
struct Microsoft::Azure::RemoteRendering::SpatialQuerySphere
Fields
MaxResults
The maximum number of mesh components to be returned. Use 0 for the internal maximum limit.
int32_t MaxResults{};
Sphere
The bounds in world-space to perform the query.
Microsoft::Azure::RemoteRendering::Sphere Sphere{};