Class RayCastQueryResult

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;