2017-10-02 23:24:00 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2023-03-01 01:44:37 +01:00
|
|
|
<class name="GodotSharp" inherits="Object" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
2017-10-02 23:24:00 +02:00
|
|
|
<brief_description>
|
2020-06-16 11:12:57 +02:00
|
|
|
Bridge between Godot and the Mono runtime (Mono-enabled builds only).
|
2017-10-02 23:24:00 +02:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2020-06-16 11:12:57 +02:00
|
|
|
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].
|
2017-10-02 23:24:00 +02:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
2018-10-07 15:52:07 +02:00
|
|
|
<method name="is_runtime_initialized">
|
2021-10-01 08:14:54 +02:00
|
|
|
<return type="bool" />
|
2018-10-07 15:52:07 +02:00
|
|
|
<description>
|
2021-09-12 20:23:05 +02:00
|
|
|
Returns [code]true[/code] if the .NET runtime is initialized, [code]false[/code] otherwise.
|
2017-10-02 23:24:00 +02:00
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
</class>
|