Partager via


Material.CopyFrom(Material) Méthode

Définition

Copie les propriétés du matériau d’un autre matériau.

public:
 void CopyFrom(Microsoft::Azure::RemoteRendering::Material ^ other);
public void CopyFrom (Microsoft.Azure.RemoteRendering.Material other);
member this.CopyFrom : Microsoft.Azure.RemoteRendering.Material -> unit
Public Sub CopyFrom (other As Material)

Paramètres

other
Material

Matériau à partir duquel copier les propriétés.

Remarques

Si les types de matériaux ne correspondent pas, seules les propriétés courantes telles que la couleur et la texture de l’albédo sont copiées.

Une InvalidParam erreur se produit si « other » est un matériau non valide.

S’applique à