PbrMaterial.AlbedoTexture Property

Definition

The Texture used for the albedo color. Pass in null if no dedicated texture is needed.

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

Property Value

Remarks

A InvalidType error occurs if a texture is set that is not a 2D texture.

Applies to