summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-29 13:54:18 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-29 13:54:18 +0100
commitc9b531c613fee2a97aaf6193d82346acff2e3899 (patch)
treee2b9006219d76d1bbf9569ac7998888a80c9b432 /modules
parentd19437804372b93cd9c61675bc53a243adcd5166 (diff)
parent9b5cd8e2400ac305b3e47229a8981327c22823f0 (diff)
downloadredot-engine-c9b531c613fee2a97aaf6193d82346acff2e3899.tar.gz
Merge pull request #88920 from AThousandShips/group_doc_fix
[Doc] Fix some incorrect uses of "children"
Diffstat (limited to 'modules')
-rw-r--r--modules/gltf/doc_classes/GLTFNode.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gltf/doc_classes/GLTFNode.xml b/modules/gltf/doc_classes/GLTFNode.xml
index 7f33310c0b..4a7570e4bc 100644
--- a/modules/gltf/doc_classes/GLTFNode.xml
+++ b/modules/gltf/doc_classes/GLTFNode.xml
@@ -35,7 +35,7 @@
If this GLTF node is a camera, the index of the [GLTFCamera] in the [GLTFState] that describes the camera's properties. If -1, this node is not a camera.
</member>
<member name="children" type="PackedInt32Array" setter="set_children" getter="get_children" default="PackedInt32Array()">
- The indices of the children nodes in the [GLTFState]. If this GLTF node has no children, this will be an empty array.
+ The indices of the child nodes in the [GLTFState]. If this GLTF node has no children, this will be an empty array.
</member>
<member name="height" type="int" setter="set_height" getter="get_height" default="-1">
How deep into the node hierarchy this node is. A root node will have a height of 0, its children will have a height of 1, and so on. If -1, the height has not been calculated.