A* Pathfinding Project  3.1.4
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Enumerations Properties Groups Pages
AstarSerializer.SMask Class Reference

Serializer mask for what is to be saved in the file. More...

Static Public Member Functions

static string BitName (int i)
 

Static Public Attributes

static int RunLengthEncoding = 1 << 4
 
static int SaveNodeConnectionCosts = 1 << 2
 
static int SaveNodeConnections = 1 << 1
 
static int SaveNodePositions = 1 << 3
 
static int SaveNodes = 1 << 0
 

Detailed Description

Serializer mask for what is to be saved in the file.


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