summaryrefslogtreecommitdiff
path: root/doc/classes/AnimationNodeOneShot.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/AnimationNodeOneShot.xml')
-rw-r--r--doc/classes/AnimationNodeOneShot.xml10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/classes/AnimationNodeOneShot.xml b/doc/classes/AnimationNodeOneShot.xml
index d5793e5839..2ecc0ae07b 100644
--- a/doc/classes/AnimationNodeOneShot.xml
+++ b/doc/classes/AnimationNodeOneShot.xml
@@ -8,19 +8,17 @@
</description>
<tutorials>
<link title="AnimationTree">https://docs.godotengine.org/en/latest/tutorials/animation/animation_tree.html</link>
+ <link title="Third Person Shooter Demo">https://godotengine.org/asset-library/asset/678</link>
</tutorials>
<methods>
<method name="get_mix_mode" qualifiers="const">
- <return type="int" enum="AnimationNodeOneShot.MixMode">
- </return>
+ <return type="int" enum="AnimationNodeOneShot.MixMode" />
<description>
</description>
</method>
<method name="set_mix_mode">
- <return type="void">
- </return>
- <argument index="0" name="mode" type="int" enum="AnimationNodeOneShot.MixMode">
- </argument>
+ <return type="void" />
+ <argument index="0" name="mode" type="int" enum="AnimationNodeOneShot.MixMode" />
<description>
</description>
</method>