diff options
author | Yuri Sizov <yuris@humnom.net> | 2023-02-17 17:58:07 +0100 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-02-17 18:05:52 +0100 |
commit | b2f63bbb43aa5f872f325c89eb54cf96be6ab5c3 (patch) | |
tree | a3f1dd1ad51b837a01b30d5ce437acf7fa4af948 /doc/classes | |
parent | e57aeb49e94a77d9220817709ea198800eac9b5f (diff) |
Remove deprecated methods from Bone2D
- also add them to the project convertor
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Bone2D.xml | 13 |
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" /> |