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
GetLoadedExtensions
Cached name for the 'get_loaded_extensions' method.
public static readonly StringName GetLoadedExtensions
Field Value
IsExtensionLoaded
Cached name for the 'is_extension_loaded' method.
public static readonly StringName IsExtensionLoaded
Field Value
LoadExtension
Cached name for the 'load_extension' method.
public static readonly StringName LoadExtension
Field Value
ReloadExtension
Cached name for the 'reload_extension' method.
public static readonly StringName ReloadExtension
Field Value
UnloadExtension
Cached name for the 'unload_extension' method.
public static readonly StringName UnloadExtension