mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix SkeletonProfileHumanoid bone count documentation
This commit is contained in:
parent
7716a4cba0
commit
bca6fd61af
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
</brief_description>
|
||||
<description>
|
||||
A [SkeletonProfile] as a preset that is optimized for the human form. This exists for standardization, so all parameters are read-only.
|
||||
A humanoid skeleton profile contains 54 bones divided in 4 groups: [code]"Body"[/code], [code]"Face"[/code], [code]"LeftHand"[/code], and [code]"RightHand"[/code]. It is structured as follows:
|
||||
A humanoid skeleton profile contains 56 bones divided into 4 groups: [code]"Body"[/code], [code]"Face"[/code], [code]"LeftHand"[/code], and [code]"RightHand"[/code]. It is structured as follows:
|
||||
[codeblock lang=text]
|
||||
Root
|
||||
└─ Hips
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue