OutlineSettings.MaskTexture 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.
La couleur du contour peut être masquée par la couleur d’une texture alignée sur l’écran. Par défaut, aucun masque n’est défini. Une texture peut être chargée via . Il doit s’agir d’une texture 2d.
public:
property Microsoft::Azure::RemoteRendering::Texture ^ MaskTexture { Microsoft::Azure::RemoteRendering::Texture ^ get(); void set(Microsoft::Azure::RemoteRendering::Texture ^ value); };
public Microsoft.Azure.RemoteRendering.Texture MaskTexture { get; set; }
member this.MaskTexture : Microsoft.Azure.RemoteRendering.Texture with get, set
Public Property MaskTexture As Texture