Click or drag to resize

ThreadGetId Method

Returns the current Thread's ID, uniquely identifying it among all threads. If the Thread is not running this returns an empty string.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string GetId()

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.Thread.GetId"]

See Also