OutlineSettings.MaskOffset Property

Definition

Applies a horizontal/vertical offset to the mask transform. This offset is applied at the very end in screen-space, where the screen range is mapped to [0..1].

public:
 property Microsoft::Azure::RemoteRendering::Float2 MaskOffset { Microsoft::Azure::RemoteRendering::Float2 get(); void set(Microsoft::Azure::RemoteRendering::Float2 value); };
public Microsoft.Azure.RemoteRendering.Float2 MaskOffset { get; set; }
member this.MaskOffset : Microsoft.Azure.RemoteRendering.Float2 with get, set
Public Property MaskOffset As Float2

Property Value

Remarks

This parameter is ignored if no MaskTexture is set.

Applies to