Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
GodotSharp¶
Inherits: Object
Bridge between Godot and the Mono runtime (Mono-enabled builds only).
描述¶
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.