SpatialQueryResult.Overlaps Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The list of mesh components that overlap with the volume defined in the input parameters. The maximum length of this list is determined by the MaxResults member in the input.
public:
property System::Collections::Generic::IReadOnlyList<Microsoft::Azure::RemoteRendering::MeshComponent ^> ^ Overlaps { System::Collections::Generic::IReadOnlyList<Microsoft::Azure::RemoteRendering::MeshComponent ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.RemoteRendering.MeshComponent> Overlaps { get; }
member this.Overlaps : System.Collections.Generic.IReadOnlyList<Microsoft.Azure.RemoteRendering.MeshComponent>
Public ReadOnly Property Overlaps As IReadOnlyList(Of MeshComponent)