A* Pathfinding Project  4.2.4
The A* Pathfinding Project for Unity 3D
SerializeSettings Class Reference

Holds settings for how graphs should be serialized. More...

Detailed Description

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...
 

Member Data Documentation

◆ editorSettings

bool editorSettings

Save editor settings.

Warning
Only applicable when saving from the editor using the AstarPathEditor methods

◆ nodes

bool nodes = true

Enable to include node data.

If false, only settings will be saved

◆ prettyPrint

bool prettyPrint

Use pretty printing for the json data.

Good if you want to open up the saved data and edit it manually

Property Documentation

◆ Settings

SerializeSettings Settings
staticget

Serialization settings for only saving graph settings.


The documentation for this class was generated from the following file: