OutlineSettings.MaskTexture Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The outline color can be masked by the color of a screen-aligned texture. By default, no mask is set. A texture can be loaded through . This must be a 2d texture.
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