summaryrefslogtreecommitdiff
path: root/doc/classes/AnimationNodeTimeSeek.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2018-07-26 11:56:21 +0200
committerRémi Verschelde <rverschelde@gmail.com>2018-07-26 11:56:21 +0200
commit391e46830f4f08ddfc9104fc9182d6944f609635 (patch)
tree0cbe62dc1e099d23ea30449bc5ed1b8b411cb0c1 /doc/classes/AnimationNodeTimeSeek.xml
parentfd16dd48cbf309e06384535b5169aec57b590307 (diff)
doc: Sync classref with current source
Fix various missing arguments in bindings.
Diffstat (limited to 'doc/classes/AnimationNodeTimeSeek.xml')
-rw-r--r--doc/classes/AnimationNodeTimeSeek.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/classes/AnimationNodeTimeSeek.xml b/doc/classes/AnimationNodeTimeSeek.xml
new file mode 100644
index 0000000000..a479208128
--- /dev/null
+++ b/doc/classes/AnimationNodeTimeSeek.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<class name="AnimationNodeTimeSeek" inherits="AnimationNode" category="Core" version="3.1">
+ <brief_description>
+ </brief_description>
+ <description>
+ </description>
+ <tutorials>
+ </tutorials>
+ <demos>
+ </demos>
+ <methods>
+ </methods>
+ <members>
+ <member name="seek_pos" type="float" setter="set_seek_pos" getter="get_seek_pos">
+ </member>
+ </members>
+ <constants>
+ </constants>
+</class>