A* Pathfinding Project  4.1.19
The A* Pathfinding Project for Unity 3D
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. More...
 

Public Attributes

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

Member Function Documentation

◆ GetGraphType()

Type GetGraphType ( int  index)

Returns the Type of graph number index.

Member Data Documentation

◆ graphs

int graphs

Number of graphs serialized.

◆ guids

List<string> guids

Guids for all graphs.

◆ typeNames

List<string> typeNames

Type names for all graphs.

◆ version

Version version

Project version it was saved with.


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