Click or drag to resize

GDNativeLibrarySetLoadOnce Method

Note: This API is now obsolete.

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

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

Parameters

loadOnce
Type: SystemBoolean

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

See Also