Click or drag to resize

GDNativeLibraryLoadOnce Property

If true, Godot loads only one copy of the library and each script that references the library will share static data like static or global variables.

If false, Godot loads a separate copy of the library into memory for each script that references it.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool LoadOnce { get; set; }

Property Value

Type: Boolean
See Also