Click or drag to resize

GDNativeLibrarySetConfigFile Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.GDNativeLibrary.SetConfigFile(Godot.ConfigFile)"]

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

Parameters

configFile
Type: GodotConfigFile

[Missing <param name="configFile"/> documentation for "M:Godot.GDNativeLibrary.SetConfigFile(Godot.ConfigFile)"]

See Also