OutlineSettings.MaskOffset 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.
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.