C# Class PathfindingEditor, PathfindingToolUnity

Inheritance: EditorWindow
Afficher le fichier Open project: benjaml/PathfindingToolUnity Class Usage Examples

Méthodes publiques

Méthode Description
RemoveNode ( Node, node ) : void

Private Methods

Méthode 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 méthode

public RemoveNode ( Node, node ) : void
node Node,
Résultat void