Click or drag to resize

GDNativeLibraryShouldLoadOnce Method

Note: This API is now obsolete.

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

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

Return Value

Type: Boolean

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

See Also