Condividi tramite


MeshComponent.UsedMaterials Proprietà

Definizione

Restituisce l'elenco dei materiali effettivamente utilizzati per il rendering della mesh.

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)

Valore della proprietà

Commenti

La matrice conterrà il materiale di override (Materials) o, se non è stato impostato alcun override, il materiale predefinito dell'oggetto a cui si fa Meshriferimento.

Si applica a

Vedi anche