Files
engine/modules/mono/doc_classes/GodotSharp.xml
T

21 lines
802 B
XML
Raw Normal View History

2017-10-02 23:24:00 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2022-02-14 14:18:53 +01:00
<class name="GodotSharp" inherits="Object" version="4.0" 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 21:52:07 +08:00
<method name="is_runtime_initialized">
2021-10-01 08:14:54 +02:00
<return type="bool" />
2018-10-07 21:52:07 +08: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>