summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorA Thousand Ships <96648715+AThousandShips@users.noreply.github.com>2024-02-27 17:20:24 +0100
committerA Thousand Ships <96648715+AThousandShips@users.noreply.github.com>2024-02-29 11:52:55 +0100
commit9b5cd8e2400ac305b3e47229a8981327c22823f0 (patch)
tree1e59d3a8de830c26e2a0159d85c94187b7987fce /modules
parent8f3e2a61130232e089f1da6062ebf53f986779b4 (diff)
downloadredot-engine-9b5cd8e2400ac305b3e47229a8981327c22823f0.tar.gz
[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.