Material.CopyFrom(Material) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從另一個材質複製材質屬性。
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 色彩和紋理。
InvalidParam如果 'other' 是不正確資料,就會發生錯誤。