Work in progress
Godot documentation is being updated to reflect the latest changes in version
4.0
. Some documentation pages may
still state outdated information. This banner will tell you if you're reading one of such pages.
The contents of this page are up to date. If you can still find outdated information, please open an issue.
GodotSharp¶
Inherits: Object
Bridge between Godot and the Mono runtime (Mono-enabled builds only).
Description¶
This class is a bridge between Godot and the Mono runtime. It exposes several low-level operations and is only available in Mono-enabled Godot builds.
See also CSharpScript.
Methods¶
Method Descriptions¶
bool is_runtime_initialized ( )
Returns true
if the .NET runtime is initialized, false
otherwise.