debugCoordinatesPrecision property

int? debugCoordinatesPrecision
getter/setter pairinherited

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? debugCoordinatesPrecision = 0;