Click or drag to resize

GDNativeLibraryGetConfigFile Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.GDNativeLibrary.GetConfigFile"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetConfigFile is deprecated. Use the ConfigFile property instead.")]
public ConfigFile GetConfigFile()

Return Value

Type: ConfigFile

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

See Also