aboutsummaryrefslogtreecommitdiff
path: root/doc/classes/VisibilityEnabler2D.xml
diff options
context:
space:
mode:
authorRémi Verschelde2017-11-24 23:16:30 +0100
committerRémi Verschelde2017-11-24 23:16:30 +0100
commit7dfba3cda9f13427f9f10a6eefbec52aef62274c (patch)
tree37231b14dfe24e8597ca5c780bb151696cda9b57 /doc/classes/VisibilityEnabler2D.xml
parent2bc6db65c14f00de5a0349e910037ca2db7fc103 (diff)
downloadgodot-7dfba3cda9f13427f9f10a6eefbec52aef62274c.tar.gz
godot-7dfba3cda9f13427f9f10a6eefbec52aef62274c.tar.zst
godot-7dfba3cda9f13427f9f10a6eefbec52aef62274c.zip
doc: Fix enum tags thanks to 2bc6db6
Diffstat (limited to 'doc/classes/VisibilityEnabler2D.xml')
-rw-r--r--doc/classes/VisibilityEnabler2D.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/classes/VisibilityEnabler2D.xml b/doc/classes/VisibilityEnabler2D.xml
index 09ba725ae..45e15eb4b 100644
--- a/doc/classes/VisibilityEnabler2D.xml
+++ b/doc/classes/VisibilityEnabler2D.xml
@@ -27,24 +27,24 @@
</member>
</members>
<constants>
- <constant name="ENABLER_PAUSE_ANIMATIONS" value="0">
+ <constant name="ENABLER_PAUSE_ANIMATIONS" value="0" enum="Enabler">
This enabler will pause [AnimationPlayer] nodes.
</constant>
- <constant name="ENABLER_FREEZE_BODIES" value="1">
+ <constant name="ENABLER_FREEZE_BODIES" value="1" enum="Enabler">
This enabler will freeze [RigidBody2D] nodes.
</constant>
- <constant name="ENABLER_PAUSE_PARTICLES" value="2">
+ <constant name="ENABLER_PAUSE_PARTICLES" value="2" enum="Enabler">
This enabler will stop [Particles2D] nodes.
</constant>
- <constant name="ENABLER_PARENT_PROCESS" value="3">
+ <constant name="ENABLER_PARENT_PROCESS" value="3" enum="Enabler">
This enabler will stop the parent's _process function.
</constant>
- <constant name="ENABLER_PARENT_PHYSICS_PROCESS" value="4">
+ <constant name="ENABLER_PARENT_PHYSICS_PROCESS" value="4" enum="Enabler">
This enabler will stop the parent's _physics_process function.
</constant>
- <constant name="ENABLER_PAUSE_ANIMATED_SPRITES" value="5">
+ <constant name="ENABLER_PAUSE_ANIMATED_SPRITES" value="5" enum="Enabler">
</constant>
- <constant name="ENABLER_MAX" value="6">
+ <constant name="ENABLER_MAX" value="6" enum="Enabler">
</constant>
</constants>
</class>