1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

doc: Add a brief description to SkeletonProfileHumanoid

This commit is contained in:
TigranExe
2023-01-14 15:59:50 -05:00
committed by Rémi Verschelde
parent 91fedb60de
commit d50868e688

View File

@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?> <?xml version="1.0" encoding="UTF-8" ?>
<class name="SkeletonProfileHumanoid" inherits="SkeletonProfile" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <class name="SkeletonProfileHumanoid" inherits="SkeletonProfile" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description> <brief_description>
A humanoid [SkeletonProfile] preset.
</brief_description> </brief_description>
<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 [SkeletonProfile] as a preset that is optimized for the human form. This exists for standardization, so all parameters are read-only.