OutlineSettings.MaskScaleToFit Property

Definition

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.

Applies to