SpatialQueryResult.GetOverlaps(List<MeshComponent>) Method
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.
public:
void GetOverlaps(System::Collections::Generic::List<Microsoft::Azure::RemoteRendering::MeshComponent ^> ^ resultList);
public void GetOverlaps (System.Collections.Generic.List<Microsoft.Azure.RemoteRendering.MeshComponent> resultList);
member this.GetOverlaps : System.Collections.Generic.List<Microsoft.Azure.RemoteRendering.MeshComponent> -> unit
Public Sub GetOverlaps (resultList As List(Of MeshComponent))
Parameters
- resultList
- List<MeshComponent>