diff options
author | Will Nations <willnationsdev@gmail.com> | 2017-12-04 20:40:30 -0600 |
---|---|---|
committer | Will Nations <willnationsdev@gmail.com> | 2017-12-05 00:02:54 -0600 |
commit | 898078a7357aac392c5c4a3c23dc3399c21a0499 (patch) | |
tree | dc6ea5809e4165e38d7a3ca49cec22745e219d77 /doc/classes/Animation.xml | |
parent | 5938466c848becb269f002191901487135e39ce3 (diff) |
[DOCS] Animation methods desc 100%
Diffstat (limited to 'doc/classes/Animation.xml')
-rw-r--r-- | doc/classes/Animation.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/classes/Animation.xml b/doc/classes/Animation.xml index ac547d20b7..c3933443a0 100644 --- a/doc/classes/Animation.xml +++ b/doc/classes/Animation.xml @@ -157,6 +157,7 @@ <argument index="0" name="idx" type="int"> </argument> <description> + Returns [code]true[/code] if the track at [code]idx[/code] wraps the interpolation loop. Default value: [code]true[/code]. </description> </method> <method name="track_get_interpolation_type" qualifiers="const"> @@ -311,6 +312,7 @@ <argument index="1" name="interpolation" type="bool"> </argument> <description> + If [code]true[/code] the track at [code]idx[/code] wraps the interpolation loop. </description> </method> <method name="track_set_interpolation_type"> |