Table of Contents

Enum GodotThread.Priority

Namespace
Godot
Assembly
GodotSharp.dll
public enum GodotThread.Priority : long

Fields

High = 2

A thread running with higher priority than normally.

Low = 0

A thread running with lower priority than normally.

Normal = 1

A thread with a standard priority.