Table of Contents

Class GDExtensionManager.MethodName

Namespace
Godot
Assembly
GodotSharp.dll

Cached StringNames for the methods contained in this class, for fast lookup.

public class GDExtensionManager.MethodName
Inheritance
GDExtensionManager.MethodName
Inherited Members

Constructors

MethodName()

public MethodName()

Fields

GetExtension

Cached name for the 'get_extension' method.

public static readonly StringName GetExtension

Field Value

StringName

GetLoadedExtensions

Cached name for the 'get_loaded_extensions' method.

public static readonly StringName GetLoadedExtensions

Field Value

StringName

IsExtensionLoaded

Cached name for the 'is_extension_loaded' method.

public static readonly StringName IsExtensionLoaded

Field Value

StringName

LoadExtension

Cached name for the 'load_extension' method.

public static readonly StringName LoadExtension

Field Value

StringName

ReloadExtension

Cached name for the 'reload_extension' method.

public static readonly StringName ReloadExtension

Field Value

StringName

UnloadExtension

Cached name for the 'unload_extension' method.

public static readonly StringName UnloadExtension

Field Value

StringName