MeshComponent.Materials プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このコンポーネントに設定されている材料の一覧を返します。
public:
property System::Collections::Generic::IReadOnlyList<Microsoft::Azure::RemoteRendering::Material ^> ^ Materials { System::Collections::Generic::IReadOnlyList<Microsoft::Azure::RemoteRendering::Material ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.RemoteRendering.Material> Materials { get; }
member this.Materials : System.Collections.Generic.IReadOnlyList<Microsoft.Azure.RemoteRendering.Material>
Public ReadOnly Property Materials As IReadOnlyList(Of Material)
プロパティ値
注釈
これらは、SetMaterial() を使用して既定のメッシュ マテリアルをオーバーライドするように特別に設定されたマテリアルです。 配列は常に と同じサイズ Materialsになりますが、オーバーライドが設定されていないエントリは になります null
。