diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2016-04-28 20:48:38 +0200 |
---|---|---|
committer | Rémi Verschelde <remi@verschelde.fr> | 2016-04-28 20:48:38 +0200 |
commit | 0485c9eaba0cbe6a919959e727ff99ff8c99ffad (patch) | |
tree | a3212f86f77b1dcb22c5d92fb34880f0e9b841b6 /doc | |
parent | 9f29b4b26a9c9d24235c266f750c14339c038227 (diff) | |
parent | bd95e18ae48711e5c62f3f2254aaf3d9edc989e1 (diff) |
Merge pull request #4451 from JoshuaGrams/anim-tree-filter
Anim tree: add filters on Animation nodes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/base/classes.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 1c555bb944..68d5b3e071 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -3029,6 +3029,16 @@ <description> </description> </method> + <method name="animation_node_set_filter_path"> + <argument index="0" name="id" type="String"> + </argument> + <argument index="1" name="path" type="NodePath"> + </argument> + <argument index="2" name="enable" type="bool"> + </argument> + <description> + </description> + </method> <method name="oneshot_node_set_fadein_time"> <argument index="0" name="id" type="String"> </argument> |