RayCastQueryResult.Hits Property

Definition

A (potentially empty) array of intersections that the raycast encountered.

public:
 property cli::array <Microsoft::Azure::RemoteRendering::RayCastHit> ^ Hits { cli::array <Microsoft::Azure::RemoteRendering::RayCastHit> ^ get(); };
public Microsoft.Azure.RemoteRendering.RayCastHit[] Hits { get; }
member this.Hits : Microsoft.Azure.RemoteRendering.RayCastHit[]
Public ReadOnly Property Hits As RayCastHit()

Property Value

Applies to