OutlineSettings.MaskScaleToFit 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.
If enabled, the mask will be scaled so that it fits the viewport size rather than texture pixel size. The scaling factors MaskScale will be applied on top.
public:
property bool MaskScaleToFit { bool get(); void set(bool value); };
public bool MaskScaleToFit { get; set; }
member this.MaskScaleToFit : bool with get, set
Public Property MaskScaleToFit As Boolean
Property Value
Remarks
This parameter is ignored if no MaskTexture is set.