Partilhar via


Material.CopyFrom(Material) Método

Definição

Copia as propriedades do 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 a partir do qual copiar as propriedades.

Observações

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

Ocorre InvalidParam um erro se "outro" for um material inválido.

Aplica-se a