VisualScriptComment.xml 1.1 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="VisualScriptComment" inherits="VisualScriptNode" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
  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. <methods>
  13. </methods>
  14. <members>
  15. <member name="description" type="String" setter="set_description" getter="get_description" default="&quot;&quot;">
  16. The text inside the comment node.
  17. </member>
  18. <member name="size" type="Vector2" setter="set_size" getter="get_size" default="Vector2( 150, 150 )">
  19. The comment node's size (in pixels).
  20. </member>
  21. <member name="title" type="String" setter="set_title" getter="get_title" default="&quot;Comment&quot;">
  22. The comment node's title.
  23. </member>
  24. </members>
  25. <constants>
  26. </constants>
  27. </class>