inspector_dock.rst 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. .. _doc_editor_inspector_dock:
  2. The Inspector
  3. =============
  4. This page explains how the Inspector dock works in-depth. You will learn how to edit properties, fold and unfold areas, use the search bar, and more.
  5. .. warning:: This page is a work-in-progress.
  6. Overview of the interface
  7. -------------------------
  8. Let's start by looking at the dock's main parts.
  9. .. image:: img/inspector_overview.png
  10. At the top are the file and navigation buttons.
  11. .. image:: img/inspector_top_buttons.png
  12. Below it, you can find the selected node's name, its type, and the tools menu on the right side.
  13. .. image:: img/inspector_node_name_and_tools.png
  14. If you click the tool menu icon, a drop-down menu offers some view and edit options.
  15. .. image:: img/inspector_tools_menu.png
  16. Then comes the search bar. Type anything in it to filter displayed properties. Delete the text to clear the search.
  17. .. image:: img/inspector_search_bar.png
  18. .. break down inspector content in class name, property categories that are foldable, and individual properties.
  19. .. Using the buttons at the top.
  20. .. Using the tool menu
  21. .. List each property type and how to edit it
  22. .. For numerical inputs, mention and link to a page about formulas