Panel.xml 866 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="Panel" inherits="Control" version="3.3">
  3. <brief_description>
  4. Provides an opaque background for [Control] children.
  5. </brief_description>
  6. <description>
  7. Panel is a [Control] that displays an opaque background. It's commonly used as a parent and container for other types of [Control] nodes.
  8. </description>
  9. <tutorials>
  10. <link title="2D Role Playing Game Demo">https://godotengine.org/asset-library/asset/520</link>
  11. <link title="2D Finite State Machine Demo">https://godotengine.org/asset-library/asset/516</link>
  12. <link title="3D Inverse Kinematics Demo">https://godotengine.org/asset-library/asset/523</link>
  13. </tutorials>
  14. <methods>
  15. </methods>
  16. <constants>
  17. </constants>
  18. <theme_items>
  19. <theme_item name="panel" type="StyleBox">
  20. The style of this [Panel].
  21. </theme_item>
  22. </theme_items>
  23. </class>