|
A* Pathfinding Project
3.8.10
The A* Pathfinding Project for Unity 3D
|
Added to editors of custom graph types. More...
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. | |
| CustomGraphEditorAttribute | ( | System.Type | t, |
| string | displayName | ||
| ) |
| 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.