virtualx-engine/modules/mono/doc_classes/GodotSharp.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
802 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.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>
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">
2021-10-01 08:14:54 +02:00
<return type="bool" />
2018-10-07 15:52:07 +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>
</class>