Abstract
Protected
_engineEngine instance of the node's graph.
Protected
_idNode's ID, generate it with nanoid if applicable.
Protected
_isGet wether the node is loaded.
Protected
_parentNode's parent node, if root node, the parent node is replaced by the engine instance.
Abstract
addAdds a child node to the node children.
This method needs to be implemented to throw an error if the node cannot have children (outer nodes).
Node to add as child.
New children array length.
Abstract
fixedAbstract
loadProtected
Abstract
onProtected
Abstract
onProtected
Abstract
onProtected
Abstract
onProtected
Abstract
onAbstract
removeAbstract
stepAbstract
unload
Basic TreeNode interface for engine's graph.