![]() |
|
Container for saving data in json format IMPORTANT* This should never be instantiated, you should use any of the child classes! More...
Public Member Functions | |
| proto external string | SaveToString () |
| proto external bool | SaveToFile (string fileName) |
| proto external void | SetMaxDecimalPlaces (int maxDecimalPlaces) |
| Sets the maximum number of decimal places for float output. | |
| proto external int | GetMaxDecimalPlaces () |
Container for saving data in json format IMPORTANT* This should never be instantiated, you should use any of the child classes!
!!
| proto external int BaseJsonSaveContainer.GetMaxDecimalPlaces | ( | ) |
| proto external bool BaseJsonSaveContainer.SaveToFile | ( | string | fileName | ) |
| proto external string BaseJsonSaveContainer.SaveToString | ( | ) |
| proto external void BaseJsonSaveContainer.SetMaxDecimalPlaces | ( | int | maxDecimalPlaces | ) |
Sets the maximum number of decimal places for float output.
This setting truncates the output with specified number of decimal places.
Example: