ColorMaterial.AlbedoTexture Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Texture utilisé pour la couleur albedo. Passez si null
aucune texture dédiée n’est nécessaire.
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
Valeur de propriété
Remarques
Une InvalidType erreur se produit si une texture qui n’est pas une texture 2D est définie.