组¶
节点组 是一个节点的集合,可以合并成一个节点,同时有选择地暴露嵌入节点的输入。节点组可以通过允许实例化和隐藏节点树的一部分来简化节点树。
组输入¶
Adds a group input node, this serves as a convenient way to re-add the input node in case it is accidentally deleted. Note, groups can only have one input/output, if more than one is added they are essentially duplicates of each other.
组输出¶
Adds a group output node, this serves as a convenient way to re-add the out node incase it is accidentally deleted. Note, groups can only have one input/output, if more than one is added they are essentially duplicates of each other.