A* Pathfinding Project  4.1.17
The A* Pathfinding Project for Unity 3D
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. More...
 
System.Type editorType
 Type of the editor for the graph. More...
 
System.Type graphType
 Graph type which this is an editor for. More...
 

Constructor & Destructor Documentation

◆ CustomGraphEditorAttribute()

CustomGraphEditorAttribute ( System.Type  t,
string  displayName 
)

Member Data Documentation

◆ displayName

string displayName

Name displayed in the inpector.

◆ editorType

System.Type editorType

Type of the editor for the graph.

◆ graphType

System.Type graphType

Graph type which this is an editor for.


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