diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-02-11 14:31:08 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-02-11 14:31:08 +0100 |
commit | 370635538545661adcf15ffc48f0877fc7f23e5a (patch) | |
tree | 13ac2ee944293ba756f2c876ee924c016667faf0 /doc/classes/AnimationRootNode.xml | |
parent | ed85a2c8ceae048c2b29bc6ccf6f53a9c70ec811 (diff) | |
parent | 7016768f4c15ff38db85f50688466f22461a0416 (diff) |
Merge pull request #73014 from TokageItLab/animation-tree-docs
Add document for AnimationNodes which have setter as request property
Diffstat (limited to 'doc/classes/AnimationRootNode.xml')
-rw-r--r-- | doc/classes/AnimationRootNode.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/AnimationRootNode.xml b/doc/classes/AnimationRootNode.xml index d364c15f77..cdcec3787a 100644 --- a/doc/classes/AnimationRootNode.xml +++ b/doc/classes/AnimationRootNode.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="AnimationRootNode" inherits="AnimationNode" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> + The [AnimationNode] which can be set as the root of an [AnimationTree]. </brief_description> <description> </description> |