Skip to content

Commit

Permalink
Add methods to get and set the current twist of the kusudama at a spe…
Browse files Browse the repository at this point in the history
…cified index.
  • Loading branch information
fire committed Nov 7, 2023
1 parent c0ebc2c commit 4674ded
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc_classes/ManyBoneIK3D.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,12 @@
Returns the twist of the kusudama at the specified index.
</description>
</method>
<method name="get_kusudama_twist_current" qualifiers="const">
<return type="float" />
<param index="0" name="index" type="int" />
<description>
</description>
</method>
<method name="get_pin_bone_name" qualifiers="const">
<return type="StringName" />
<param index="0" name="index" type="int" />
Expand Down Expand Up @@ -251,6 +257,12 @@
Sets the twist of the kusudama at the specified index.
</description>
</method>
<method name="set_kusudama_twist_current" qualifiers="const">
<return type="float" />
<param index="0" name="twist_current" type="int" />
<description>
</description>
</method>
<method name="set_pin_bone_name" qualifiers="const">
<return type="void" />
<param index="0" name="index" type="int" />
Expand Down

0 comments on commit 4674ded

Please sign in to comment.