GodotSharp.xml 986 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="GodotSharp" inherits="Object" category="Core" version="3.0.7">
  3. <brief_description>
  4. </brief_description>
  5. <description>
  6. </description>
  7. <tutorials>
  8. </tutorials>
  9. <demos>
  10. </demos>
  11. <methods>
  12. <method name="attach_thread">
  13. <return type="void">
  14. </return>
  15. <description>
  16. Attaches the current thread to the mono runtime.
  17. </description>
  18. </method>
  19. <method name="detach_thread">
  20. <return type="void">
  21. </return>
  22. <description>
  23. Detaches the current thread from the mono runtime.
  24. </description>
  25. </method>
  26. <method name="is_domain_loaded">
  27. <return type="bool">
  28. </return>
  29. <description>
  30. Returns whether the scripts domain is loaded.
  31. </description>
  32. </method>
  33. <method name="is_finalizing_domain">
  34. <return type="bool">
  35. </return>
  36. <description>
  37. Returns whether the scripts domain is being finalized.
  38. </description>
  39. </method>
  40. </methods>
  41. <constants>
  42. </constants>
  43. </class>