Compartilhar via


Material.CopyFrom(Material) Método

Definição

Copia propriedades de material de outro 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

O material do qual copiar propriedades.

Comentários

Se os tipos de material não corresponderem, somente as propriedades comuns, como cor e textura do albedo, serão copiadas.

Ocorrerá um InvalidParam erro se 'other' for um material inválido.

Aplica-se a