Click or drag to resize

GDNativeLibrarySetSingleton Method

Note: This API is now obsolete.

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

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

Parameters

singleton
Type: SystemBoolean

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

See Also