Click or drag to resize

OSSetThreadName Method

Sets the name of the current thread.

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

Parameters

name
Type: SystemString

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

Return Value

Type: Error

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

See Also