Click or drag to resize

ThreadPriority Enumeration

[Missing <summary> documentation for "T:Godot.Thread.Priority"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum Priority
Members
  Member nameValueDescription
Low0

A thread running with lower priority than normally.

Normal1

A thread with a standard priority.

High2

A thread running with higher priority than normally.

See Also