A* Pathfinding Project  3.6
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
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 = 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.
 

Member Data Documentation

bool editorSettings = false

Save editor settings.

Warning
Only applicable when saving from the editor using the AstarPathEditor methods
bool nodes = true

Is node data to be included in serialization.

bool prettyPrint = false

Property Documentation

SerializeSettings All
staticget

Returns serialization settings for saving everything the can be saved.

This included all node data

SerializeSettings Settings
staticget

Returns serialization settings for only saving graph settings.


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