GodotSharp¶
Inherits: Object
Methods¶
void | attach_thread ( ) |
void | detach_thread ( ) |
int | get_domain_id ( ) |
int | get_scripts_domain_id ( ) |
bool | is_domain_finalizing_for_unload ( int domain_id ) |
bool | is_runtime_initialized ( ) |
bool | is_runtime_shutting_down ( ) |
bool | is_scripts_domain_loaded ( ) |
Method Descriptions¶
Attaches the current thread to the mono runtime.
Detaches the current thread from the mono runtime.
- int get_domain_id ( )
- int get_scripts_domain_id ( )
Returns whether the domain is being finalized.
- bool is_runtime_initialized ( )
- bool is_runtime_shutting_down ( )
- bool is_scripts_domain_loaded ( )
Returns whether the scripts domain is loaded.