Class RecastGraphEditor Extends GraphEditor

Public

Editor for the RecastGraph.

A* Pro Feature:

This is an A* Pathfinding Project Pro feature only. This function/class/variable might not exist in the Free version of the A* Pathfinding Project or the functionality might be limited.
The Pro version can be bought here

Public Methods

OnInspectorGUI (target)

Override to implement graph inspectors.

Public

Public Static Methods

ExportToFile (target)

Exports the INavmesh graph to a .obj file.

Public Static

Public Static Variables

tagMaskFoldout
Public Static

Public Enums

UseTiles
Public

Inherited Public Members

AutoScan ()

Called by editor scripts to rescan the graphs e.g when the user moved a graph.

Public
editor
Public
fadeArea

Stores if the graph is visible or not in the inspector.

Public
FixLabel (label, buttonLabel=…, buttonWidth=40)

Draws a small help box with a 'Fix' button to the right.

Public Static
infoFadeArea

Stores if the graph info box is visible or not in the inspector.

Public
ObjectField (label, obj, objType, allowSceneObjects)
Public Static
ObjectField (label, obj, objType, allowSceneObjects)
Public Static
OnBaseInspectorGUI (target)

Draws common graph settings.

Public
OnEnable ()
Public
OnSceneGUI (target)

Override to implement scene GUI drawing for the graph.

Public
Separator ()

Draws a thin separator line.

Public Static
target

NavGraph this editor is exposing.

Public
ToggleGroup (label, value)

Draws a toggle with a bold label to the right.

Public
ToggleGroup (label, value)

Draws a toggle with a bold label to the right.

Public Static