A* Pathfinding Project
3.8.5
The A* Pathfinding Project for Unity 3D
|
Holds settings for how graphs should be serialized. More...
Holds settings for how graphs should be serialized.
Public Attributes | |
bool | editorSettings |
Save editor settings. | |
bool | nodes = true |
Enable to include node data. | |
bool | prettyPrint |
Use pretty printing for the json data. | |
Properties | |
static SerializeSettings | Settings [get] |
Serialization settings for only saving graph settings. | |
bool editorSettings |
Save editor settings.
bool nodes = true |
Enable to include node data.
If false, only settings will be saved
bool prettyPrint |
Use pretty printing for the json data.
Good if you want to open up the saved data and edit it manually
|
staticget |
Serialization settings for only saving graph settings.