summaryrefslogtreecommitdiff
path: root/doc/classes/Particles2D.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/Particles2D.xml')
-rw-r--r--doc/classes/Particles2D.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Particles2D.xml b/doc/classes/Particles2D.xml
index 8126bab2c6..8b908a1fa2 100644
--- a/doc/classes/Particles2D.xml
+++ b/doc/classes/Particles2D.xml
@@ -79,10 +79,10 @@
</member>
</members>
<constants>
- <constant name="DRAW_ORDER_INDEX" value="0">
+ <constant name="DRAW_ORDER_INDEX" value="0" enum="DrawOrder">
Particles are drawn in the order emitted.
</constant>
- <constant name="DRAW_ORDER_LIFETIME" value="1">
+ <constant name="DRAW_ORDER_LIFETIME" value="1" enum="DrawOrder">
Particles are drawn in order of remaining lifetime.
</constant>
</constants>