summaryrefslogtreecommitdiff
path: root/doc/classes/PathFollow.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/PathFollow.xml')
-rw-r--r--doc/classes/PathFollow.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/classes/PathFollow.xml b/doc/classes/PathFollow.xml
index 4270b0d490..de7bb8715c 100644
--- a/doc/classes/PathFollow.xml
+++ b/doc/classes/PathFollow.xml
@@ -129,16 +129,16 @@
</method>
</methods>
<constants>
- <constant name="ROTATION_NONE" value="0">
+ <constant name="ROTATION_NONE" value="0" enum="RotationMode">
Forbids the PathFollow to rotate.
</constant>
- <constant name="ROTATION_Y" value="1">
+ <constant name="ROTATION_Y" value="1" enum="RotationMode">
Allows the PathFollow to rotate in the Y axis only.
</constant>
- <constant name="ROTATION_XY" value="2">
+ <constant name="ROTATION_XY" value="2" enum="RotationMode">
Allows the PathFollow to rotate in both the X, and Y axes.
</constant>
- <constant name="ROTATION_XYZ" value="3">
+ <constant name="ROTATION_XYZ" value="3" enum="RotationMode">
Allows the PathFollow to rotate in any axis.
</constant>
</constants>