mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Complete documentation of some more classes
This commit is contained in:
@@ -50,10 +50,13 @@
|
||||
</methods>
|
||||
<constants>
|
||||
<constant name="PRIORITY_LOW" value="0" enum="Priority">
|
||||
A thread running with lower priority than normally.
|
||||
</constant>
|
||||
<constant name="PRIORITY_NORMAL" value="1" enum="Priority">
|
||||
A thread with a standard priority.
|
||||
</constant>
|
||||
<constant name="PRIORITY_HIGH" value="2" enum="Priority">
|
||||
A thread running with higher priority than normally.
|
||||
</constant>
|
||||
</constants>
|
||||
</class>
|
||||
|
||||
Reference in New Issue
Block a user