mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-07 08:24:38 +00:00
Fix typos and inconsistencies in classref
(cherry picked from commit 57d4272984)
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
The [Bone2D] node that the modification will operate on.
|
||||
</member>
|
||||
<member name="bone_index" type="int" setter="set_bone_index" getter="get_bone_index" default="-1">
|
||||
The index of the [Bone2D] node that the modification will oeprate on.
|
||||
The index of the [Bone2D] node that the modification will operate on.
|
||||
</member>
|
||||
<member name="target_nodepath" type="NodePath" setter="set_target_node" getter="get_target_node" default="NodePath("")">
|
||||
The NodePath to the node that is the target for the LookAt modification. This node is what the modification will rotate the [Bone2D] to.
|
||||
|
||||
Reference in New Issue
Block a user