inspector_dock.rst 1.2 KB

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