VisualScriptComment.xml 938 B

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualScriptComment" inherits="VisualScriptNode" category="Core" version="3.2">
  3. <brief_description>
  4. A Visual Script node used to annotate the script.
  5. </brief_description>
  6. <description>
  7. A Visual Script node used to display annotations in the script, so that code may be documented.
  8. Comment nodes can be resized so they encompass a group of nodes.
  9. </description>
  10. <tutorials>
  11. </tutorials>
  12. <demos>
  13. </demos>
  14. <methods>
  15. </methods>
  16. <members>
  17. <member name="description" type="String" setter="set_description" getter="get_description">
  18. The text inside the comment node.
  19. </member>
  20. <member name="size" type="Vector2" setter="set_size" getter="get_size">
  21. The comment node's size (in pixels).
  22. </member>
  23. <member name="title" type="String" setter="set_title" getter="get_title">
  24. The comment node's title.
  25. </member>
  26. </members>
  27. <constants>
  28. </constants>
  29. </class>