Enfusion Script API
|
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 string | ExportToString () |
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 () |
Public Member Functions inherited from Managed | |
proto external ref Managed | Clone () |
Return shallow copy of object, or null if it is not allowed (not public constructor) | |
Container for saving data in json format IMPORTANT* This should never be instantiated, you should use any of the child classes!!!
proto string BaseJsonSerializationSaveContainer.ExportToString | ( | ) |
proto external int BaseJsonSerializationSaveContainer.GetMaxDecimalPlaces | ( | ) |
proto external void BaseJsonSerializationSaveContainer.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: