diff options
author | TigranExe <122690491+TigranExe@users.noreply.github.com> | 2023-01-14 15:59:50 -0500 |
---|---|---|
committer | RĂ©mi Verschelde <rverschelde@gmail.com> | 2023-01-16 09:21:07 +0100 |
commit | d50868e688045fc36fce32f5077f151c12521bf4 (patch) | |
tree | f9af2acc5da874311e99bd9597491097ab50ab93 /doc/classes | |
parent | 91fedb60de6011434938499a9d4a7d4fd1cd4f06 (diff) |
doc: Add a brief description to SkeletonProfileHumanoid
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/SkeletonProfileHumanoid.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/SkeletonProfileHumanoid.xml b/doc/classes/SkeletonProfileHumanoid.xml index 0dbd66d8d6..7445272ccc 100644 --- a/doc/classes/SkeletonProfileHumanoid.xml +++ b/doc/classes/SkeletonProfileHumanoid.xml @@ -1,6 +1,7 @@ <?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"> <brief_description> + A humanoid [SkeletonProfile] preset. </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. |