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

Added to editors of custom graph types. More...

Detailed Description

Added to editors of custom graph types.

Public Member Functions

 CustomGraphEditorAttribute (System.Type t, string displayName)
 

Public Attributes

string displayName
 Name displayed in the inpector.
 
System.Type editorType
 Type of the editor for the graph.
 
System.Type graphType
 Graph type which this is an editor for.
 

Constructor & Destructor Documentation

CustomGraphEditorAttribute ( System.Type  t,
string  displayName 
)

Member Data Documentation

string displayName

Name displayed in the inpector.

System.Type editorType

Type of the editor for the graph.

System.Type graphType

Graph type which this is an editor for.


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