Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Result object that is returned by RenderingConnection.RayCastQueryAsync(RayCast). This class holds a (potentially empty) array of.ray cast hits after an asynchronous ray cast call.
class Microsoft::Azure::RemoteRendering::RayCastQueryResult final
Properties
Hits
A (potentially empty) array of intersections that the raycast encountered.
auto GetHits(std::vector<Microsoft::Azure::RemoteRendering::RayCastHit> & out) const noexcept -> void;