debugCoordinatesPrecision property

int? debugCoordinatesPrecision

How many decimal digits to print when displaying coordinates in the debug mode. Setting this to null will suppress all coordinates from the output.

Implementation

int? get debugCoordinatesPrecision => 0;