summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorYuri Sizov <11782833+YuriSizov@users.noreply.github.com>2023-02-18 04:32:49 +0300
committerGitHub <noreply@github.com>2023-02-18 04:32:49 +0300
commited8554bff65b57e987a16050cb91d9252ab93da5 (patch)
tree9d3cd493714321e51fed9acd046e96c1892ced58 /doc/classes
parent55ff17ef6fddf511219450d5591e1dd0816972fe (diff)
parentb2f63bbb43aa5f872f325c89eb54cf96be6ab5c3 (diff)
Merge pull request #73513 from YuriSizov/bone2d-remove-deprecated-methods
Remove deprecated methods from Bone2D
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Bone2D.xml13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/classes/Bone2D.xml b/doc/classes/Bone2D.xml
index 81999cebab..c421fe1543 100644
--- a/doc/classes/Bone2D.xml
+++ b/doc/classes/Bone2D.xml
@@ -31,12 +31,6 @@
[b]Note:[/b] This is different from the [code]Bone2D[/code]'s rotation. The bone angle is the rotation of the bone shown by the [code]Bone2D[/code] gizmo, and because [code]Bone2D[/code] bones are based on positions, this can vary from the actual rotation of the [code]Bone2D[/code] node.
</description>
</method>
- <method name="get_default_length" qualifiers="const">
- <return type="float" />
- <description>
- Deprecated. Please use [method get_length] instead.
- </description>
- </method>
<method name="get_index_in_skeleton" qualifiers="const">
<return type="int" />
<description>
@@ -70,13 +64,6 @@
[b]Note:[/b] This is different from the [code]Bone2D[/code]'s rotation. The bone angle is the rotation of the bone shown by the [code]Bone2D[/code] gizmo, and because [code]Bone2D[/code] bones are based on positions, this can vary from the actual rotation of the [code]Bone2D[/code] node.
</description>
</method>
- <method name="set_default_length">
- <return type="void" />
- <param index="0" name="default_length" type="float" />
- <description>
- Deprecated. Please use [method set_length] instead.
- </description>
- </method>
<method name="set_length">
<return type="void" />
<param index="0" name="length" type="float" />