set Num Decimal Places
Deprecated (with error)
Unused. Use Mathf utilities to set the number of decimal places sent to telemetry.
Replace with
Mathf.round(num, decimalPlaces) // pass as arg
Content copied to clipboard
Unused. Use Mathf utilities to set the number of decimal places sent to telemetry.
Mathf.round(num, decimalPlaces) // pass as arg