PanelContainer.xml 849 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="PanelContainer" inherits="Container" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
  3. <brief_description>
  4. Panel container type.
  5. </brief_description>
  6. <description>
  7. Panel container type. This container fits controls inside of the delimited area of a stylebox. It's useful for giving controls an outline.
  8. </description>
  9. <tutorials>
  10. <link title="GUI containers">$DOCS_URL/tutorials/ui/gui_containers.html</link>
  11. <link title="2D Role Playing Game Demo">https://godotengine.org/asset-library/asset/520</link>
  12. </tutorials>
  13. <methods>
  14. </methods>
  15. <constants>
  16. </constants>
  17. <theme_items>
  18. <theme_item name="panel" data_type="style" type="StyleBox">
  19. The style of [PanelContainer]'s background.
  20. </theme_item>
  21. </theme_items>
  22. </class>