Partilhar via


MeshComponent.UsedMaterials Propriedade

Definição

Devolve a lista de materiais realmente utilizados para compor a malha.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::Azure::RemoteRendering::Material ^> ^ UsedMaterials { System::Collections::Generic::IReadOnlyList<Microsoft::Azure::RemoteRendering::Material ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.Azure.RemoteRendering.Material> UsedMaterials { get; }
member this.UsedMaterials : System.Collections.Generic.IReadOnlyList<Microsoft.Azure.RemoteRendering.Material>
Public ReadOnly Property UsedMaterials As IReadOnlyList(Of Material)

Valor de Propriedade

Observações

A matriz irá conter o material de substituição (Materials) ou, se não tiver sido definida nenhuma substituição, o material predefinido do referenciado Mesh.

Aplica-se a

Ver também