diff options
author | K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com> | 2022-01-14 03:16:33 -0800 |
---|---|---|
committer | K. S. Ernest (iFire) Lee <ernest.lee@chibifire.com> | 2022-01-14 03:20:24 -0800 |
commit | c5528af71c6fe4828aa6f3f972fba38572956328 (patch) | |
tree | 8d943e4b4b60d2b98af8544c59eaf242259f13aa /doc/classes | |
parent | dcd2364dacc6c0af2e949ca34dd6e7f6e75e7d5c (diff) |
Expose add_named_bind for all essential skin bindings.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Skin.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/Skin.xml b/doc/classes/Skin.xml index d24963a887..572558c3f5 100644 --- a/doc/classes/Skin.xml +++ b/doc/classes/Skin.xml @@ -14,6 +14,13 @@ <description> </description> </method> + <method name="add_named_bind"> + <return type="void" /> + <argument index="0" name="name" type="String" /> + <argument index="1" name="pose" type="Transform3D" /> + <description> + </description> + </method> <method name="clear_binds"> <return type="void" /> <description> |