godot/modules/mono/doc_classes/GodotSharp.xml

23 lines
720 B
XML
Raw Normal View History

2017-10-02 23:24:00 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
<class name="GodotSharp" inherits="Object" version="4.0">
2017-10-02 23:24:00 +02:00
<brief_description>
Bridge between Godot and the Mono runtime (Mono-enabled builds only).
2017-10-02 23:24:00 +02:00
</brief_description>
<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].
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">
<return type="bool" />
2017-10-02 23:24:00 +02:00
<description>
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>
<constants>
</constants>
</class>