共用方式為


PbrMaterial.AlbedoTexture 屬性

定義

用於 Texture albedo 色彩的 。 如果需要專用紋理,請傳入 null

public:
 property Microsoft::Azure::RemoteRendering::Texture ^ AlbedoTexture { Microsoft::Azure::RemoteRendering::Texture ^ get(); void set(Microsoft::Azure::RemoteRendering::Texture ^ value); };
public Microsoft.Azure.RemoteRendering.Texture AlbedoTexture { get; set; }
member this.AlbedoTexture : Microsoft.Azure.RemoteRendering.Texture with get, set
Public Property AlbedoTexture As Texture

屬性值

備註

InvalidType如果設定不是 2D 紋理的紋理,就會發生錯誤。

適用於