Click or drag to resize

EngineHasSingleton Method

Returns true if a singleton with given name exists in global scope.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static bool HasSingleton(
	string name
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.Engine.HasSingleton(System.String)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Engine.HasSingleton(System.String)"]

See Also