GodotSharp

Inherits: Object

Bridge between Godot and the Mono runtime (Mono-enabled builds only).

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.

Methods

bool

is_runtime_initialized ( )


Method Descriptions

bool is_runtime_initialized ( )

Returns true if the .NET runtime is initialized, false otherwise.

Previous Next


© Copyright 2014-present Juan Linietsky, Ariel Manzur and the Godot community (CC BY 3.0). Revision 53e837c6.

Built with Sphinx using a theme provided by Read the Docs.