MeshComponent.Materials 属性

定义

返回在此组件上设置的材料列表。

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

适用于

另请参阅