基础节点
Base Node
Readonly
节点的子节点。如需要调整子节点结构,应修改子节点的parent属性。
The child nodes of this node. To adjust the child node structure, you should modify the parent property of the child node.
克隆节点,包括其子节点。
Clones the node, including its children.
管理节点相关的事件。
Manages events related to the node.
该节点的标识,可重复。
The identifier of this node, can be repeated.
节点的父节点,非根节点的父节点为空时,该节点将不会被渲染。
The parent node of this node. If the parent of a non-root node is empty, the node will not be rendered.
节点等比例缩放数据。
Node proportional scaling data.
按名称查找子节点,返回对应子节点对象。(节点名称可在编辑模式下的属性面板中查看)
Finds a child node by name and returns the corresponding child node object. (The node name can be viewed in the properties panel in edit mode)
子节点名称。
The name of the child node.
https://docs.dao3.fun/arenapro/zh/difference/findChildByName.html
Zh
基础节点
En
Base Node