다음을 통해 공유


Material.CopyFrom(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)

매개 변수

other
Material

속성을 복사할 재질입니다.

설명

재질 형식이 일치하지 않으면 albedo 색 및 텍스처와 같은 일반적인 속성만 복사됩니다.

'other'가 InvalidParam 잘못된 자료인 경우 오류가 발생합니다.

적용 대상