ThreadPriority Enumeration |
[Missing <summary> documentation for "T:Godot.Thread.Priority"]
Namespace: Godot
public enum Priority
| Member name | Value | Description | |
|---|---|---|---|
| Low | 0 | A thread running with lower priority than normally. | |
| Normal | 1 | A thread with a standard priority. | |
| High | 2 | A thread running with higher priority than normally. |