Note
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier les répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de changer de répertoire.
Input parameters for performing a spatial query with an oriented bounding box. Mesh components that overlap with it will be returned.
struct Microsoft::Azure::RemoteRendering::SpatialQueryObb
Fields
MaxResults
The maximum number of mesh components to be returned. Use 0 for the internal maximum limit.
int32_t MaxResults{};
Obb
The bounds in world-space to perform the query.
Microsoft::Azure::RemoteRendering::OrientedBox Obb{};