Compartir a través de


Material.CopyFrom(Material) Método

Definición

Copia las propiedades del material de otro material.

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)

Parámetros

other
Material

Material del que se van a copiar las propiedades.

Comentarios

Si los tipos de material no coinciden, solo se copian propiedades comunes como el color albedo y la textura.

Se produce un InvalidParam error si 'other' es un material no válido.

Se aplica a