Click or drag to resize

GDNativeLibrary.GetCurrentDependencies Method

Returns paths to all dependency libraries for the current platform and architecture.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string[] GetCurrentDependencies()

Return Value

Type:String[]

[Missing <returns> documentation for "M:Godot.GDNativeLibrary.GetCurrentDependencies"]

See Also