ZFightingMitigationSettings.Highlighting 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.
Activates checkerboard highlighting of potential z-fighting. For debugging purposes.
public:
property bool Highlighting { bool get(); void set(bool value); };
public bool Highlighting { get; set; }
member this.Highlighting : bool with get, set
Public Property Highlighting As Boolean