class_godotsharp.rst 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the GodotSharp.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_GodotSharp:
  5. GodotSharp
  6. ==========
  7. **Inherits:** :ref:`Object<class_object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Member Functions
  12. ----------------
  13. +--------------------------+--------------------------------------------------------------------------------+
  14. | void | :ref:`attach_thread<class_GodotSharp_attach_thread>` **(** **)** |
  15. +--------------------------+--------------------------------------------------------------------------------+
  16. | void | :ref:`detach_thread<class_GodotSharp_detach_thread>` **(** **)** |
  17. +--------------------------+--------------------------------------------------------------------------------+
  18. | :ref:`bool<class_bool>` | :ref:`is_domain_loaded<class_GodotSharp_is_domain_loaded>` **(** **)** |
  19. +--------------------------+--------------------------------------------------------------------------------+
  20. | :ref:`bool<class_bool>` | :ref:`is_finalizing_domain<class_GodotSharp_is_finalizing_domain>` **(** **)** |
  21. +--------------------------+--------------------------------------------------------------------------------+
  22. Member Function Description
  23. ---------------------------
  24. .. _class_GodotSharp_attach_thread:
  25. - void **attach_thread** **(** **)**
  26. Attaches the current thread to the mono runtime.
  27. .. _class_GodotSharp_detach_thread:
  28. - void **detach_thread** **(** **)**
  29. Detaches the current thread from the mono runtime.
  30. .. _class_GodotSharp_is_domain_loaded:
  31. - :ref:`bool<class_bool>` **is_domain_loaded** **(** **)**
  32. Returns whether the scripts domain is loaded.
  33. .. _class_GodotSharp_is_finalizing_domain:
  34. - :ref:`bool<class_bool>` **is_finalizing_domain** **(** **)**
  35. Returns whether the scripts domain is being finalized.