次の方法で共有


SpatialQueryResult.Overlaps プロパティ

定義

入力パラメータで定義されているボリュームと重なるメッシュ コンポーネントのリスト。 このリストの最大長は、入力の MaxResults メンバーによって決まります。

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)

プロパティ値

適用対象