AGS.Editor.GUIController.RePopulateTreeView C# (CSharp) Method

RePopulateTreeView() public method

public RePopulateTreeView ( IEditorComponent component ) : void
component IEditorComponent
return void
        public void RePopulateTreeView(IEditorComponent component)
        {
            RePopulateTreeView(component, null);
        }

Same methods

GUIController::RePopulateTreeView ( IEditorComponent component, string selectedNode ) : void
GUIController