CSharpScript.xml 725 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="CSharpScript" inherits="Script">
  3. <brief_description>
  4. A script implemented in the C# programming language (Mono-enabled builds only).
  5. </brief_description>
  6. <description>
  7. This class represents a C# script. It is the C# equivalent of the [GDScript] class and is only available in Mono-enabled Godot builds.
  8. See also [GodotSharp].
  9. </description>
  10. <tutorials>
  11. <link>$DOCS_URL/tutorials/scripting/c_sharp/index.html</link>
  12. </tutorials>
  13. <methods>
  14. <method name="new" qualifiers="vararg">
  15. <return type="Variant">
  16. </return>
  17. <description>
  18. Returns a new instance of the script.
  19. </description>
  20. </method>
  21. </methods>
  22. <constants>
  23. </constants>
  24. </class>