A* Pathfinding Project  4.1.5
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
GraphMeta Class Reference

Metadata for all graphs included in serialization. More...

Detailed Description

Metadata for all graphs included in serialization.

Public Member Functions

Type GetGraphType (int index)
 Returns the Type of graph number index.
 

Public Attributes

int graphs
 Number of graphs serialized.
 
List< string > guids
 Guids for all graphs.
 
List< string > typeNames
 Type names for all graphs.
 
Version version
 Project version it was saved with.
 

Member Function Documentation

Type GetGraphType ( int  index)

Returns the Type of graph number index.

Member Data Documentation

int graphs

Number of graphs serialized.

List<string> guids

Guids for all graphs.

List<string> typeNames

Type names for all graphs.

Version version

Project version it was saved with.


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