NodeGroup

A node group allows you to create a folder that contains multiple NodeBlock. Once connected all blocks can be selected or deselected all at once. Additionally, a unique color can be specified to visually identify all NodeBlock that belongs to the same group inside the editor.

See Also

Static Variables


Name Description
nodetree Parent NodeTree where the active NodeGroup is defined.
nodeblock_count Total amount of NodeBlock associated to the current NodeGroup.

Variables


Name Description
name A name to identify the current NodeGroup within its parent NodeTree.
color A color to visually identify all the NodeBlock connected to the NodeGroup inside the in the Node Editor.

Functions


Name Description
AddNodeBlock Attach a new NodeBlock to the active NodeGroup.
GetNodeBlockAt Retrieve a NodeBlock reference from the current NodeGroup using its index as key.
GetNodeBlockIndex Get the internal index of a NodeBlock stored in the current NodeGroup.
RemoveNodeBlock Disconnect a NodeBlock from the current NodeGroup.
ConnectLink Create a new NodeInput and attach it to the current NodeGroup.
IsSelected Determine if all NodeBlock associated to the active NodeGroup are selected.




NRG - API 2022.4.384543 - Fri Nov 4 2022
Copyright © 2022 nrgcore.com. All Rights Reserved. Terms of Service - Privacy Policy - EULA