|
Enfusion Script API
|
Container for saving data in pretty json format. More...
Public Member Functions | |
| proto external void | SetFormatOptions (EPrettyFormatOptions options) |
| Set pretty writer formatting options. | |
| proto external bool | SetIndent (string indentChar, int indentCharCount) |
| Set the character and count for indentation. | |
Public Member Functions inherited from BaseJsonSerializationSaveContainer | |
| 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 pretty json format.
| proto external void PrettyJsonSaveContainer.SetFormatOptions | ( | EPrettyFormatOptions | options | ) |
Set pretty writer formatting options.
Set the character and count for indentation.
| indentChar | Character for indentation. Must be whitespace character (' ', '\t', '\n', '\r'). |
| indentCharCount | Number of indent characters for each indentation level. |