Method DebugBackgroundColor
DebugBackgroundColor(Color?, string?)
Sets background color if UseDebugBackgroundColor is true
and DEBUG conditional is defined.
[Conditional("DEBUG")]
public virtual void DebugBackgroundColor(Color? color, string? debugMsg = null)