Class GDExtension.MethodName
- Namespace
- Godot
- Assembly
- GodotSharp.dll
Cached StringNames for the methods contained in this class, for fast lookup.
public class GDExtension.MethodName : Resource.MethodName
- Inheritance
-
GDExtension.MethodName
- Inherited Members
Constructors
MethodName()
public MethodName()
Fields
CloseLibrary
Cached name for the 'close_library' method.
public static readonly StringName CloseLibrary
Field Value
GetMinimumLibraryInitializationLevel
Cached name for the 'get_minimum_library_initialization_level' method.
public static readonly StringName GetMinimumLibraryInitializationLevel
Field Value
InitializeLibrary
Cached name for the 'initialize_library' method.
public static readonly StringName InitializeLibrary
Field Value
IsLibraryOpen
Cached name for the 'is_library_open' method.
public static readonly StringName IsLibraryOpen
Field Value
OpenLibrary
Cached name for the 'open_library' method.
public static readonly StringName OpenLibrary