AIEditor.Gui.ToolsWindow.FindPathToNodeButtonPress C# (CSharp) Method

FindPathToNodeButtonPress() private method

private FindPathToNodeButtonPress ( Window callingWindow ) : void
callingWindow FlatRedBall.Gui.Window
return void
        void FindPathToNodeButtonPress(Window callingWindow)
        {
            EditorData.EditingLogic.ClearPath();
        }