Class GDExtensionManager
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public static class GDExtensionManager
- Inheritance
-
GDExtensionManager
- Inherited Members
Properties
Singleton
public static GDExtensionManagerInstance Singleton { get; }
Property Value
Methods
GetExtension(string)
public static GDExtension GetExtension(string path)
Parameters
path
string
Returns
GetLoadedExtensions()
public static string[] GetLoadedExtensions()
Returns
- string[]
IsExtensionLoaded(string)
public static bool IsExtensionLoaded(string path)
Parameters
path
string
Returns
LoadExtension(string)
public static GDExtensionManager.LoadStatus LoadExtension(string path)
Parameters
path
string
Returns
ReloadExtension(string)
public static GDExtensionManager.LoadStatus ReloadExtension(string path)
Parameters
path
string
Returns
UnloadExtension(string)
public static GDExtensionManager.LoadStatus UnloadExtension(string path)
Parameters
path
string
Returns
Events
ExtensionsReloaded
Emitted after the editor has automatically reloaded any extensions.
public static event Action ExtensionsReloaded