search
7 items
interfaceZTreeNode
ZTreeNode interface represents a node in a tree structure.
fun findFirstCamera(root: ZObject): ZCamera?
Finds the first ZCamera in a given ZObject tree starting at root.
fun findFirstModel(root: ZObject): ZModel?
Finds the first ZModel in a given ZObject tree starting at root.
fun findObjectByName(root: ZObject, name: String): ZObject?
Finds an object in a tree structure by its name.
funtreeAsList
Returns a list representation of the tree structure starting from the given node.
funtreeTraverse
Traverses a tree structure starting from the given node and returns an iterator over the nodes.