|
A* Pathfinding Project
4.1.19
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. More... | |
| bool | nodes = true |
| Enable to include node data. More... | |
| bool | prettyPrint |
| Use pretty printing for the json data. More... | |
Properties | |
| static SerializeSettings | Settings [get] |
| Serialization settings for only saving graph settings. More... | |
| 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.