A* Pathfinding Project
3.6
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 = false |
Save editor settings. | |
bool | nodes = true |
Is node data to be included in serialization. | |
bool | prettyPrint = false |
Properties | |
static SerializeSettings | All [get] |
Returns serialization settings for saving everything the can be saved. | |
static SerializeSettings | Settings [get] |
Returns serialization settings for only saving graph settings. | |
bool editorSettings = false |
Save editor settings.
bool nodes = true |
Is node data to be included in serialization.
bool prettyPrint = false |
|
staticget |
Returns serialization settings for saving everything the can be saved.
This included all node data
|
staticget |
Returns serialization settings for only saving graph settings.