Click or drag to resize

GDNativeLibrarySetReloadable Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.GDNativeLibrary.SetReloadable(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetReloadable is deprecated. Use the Reloadable property instead.")]
public void SetReloadable(
	bool reloadable
)

Parameters

reloadable
Type: SystemBoolean

[Missing <param name="reloadable"/> documentation for "M:Godot.GDNativeLibrary.SetReloadable(System.Boolean)"]

See Also