C# Class PathfindingEditor, PathfindingToolUnity

Inheritance: EditorWindow
Mostrar archivo Open project: benjaml/PathfindingToolUnity Class Usage Examples

Public Methods

Method Description
RemoveNode ( Node, node ) : void

Private Methods

Method Description
AddEdge ( GameObject FirstNode, GameObject SecondNode ) : void
AddNode ( ) : void
LoadPathfinding ( string pathName ) : void
OnEnable ( ) : void
OnGUI ( ) : void
RebuildPath ( ) : void
Reset ( ) : void
ResetEdgeCreation ( ) : void
SavePathfinding ( string pathName ) : void
SceneGUI ( SceneView sceneView ) : void
ShowWindow ( ) : void
newPath ( ) : void

Method Details

RemoveNode() public method

public RemoveNode ( Node, node ) : void
node Node,
return void