forEachSorted

inline fun forEachSorted(action: (Node) -> Unit)

Iterate through the sorted list. Mainly used for custom render sorting while keep the original update order. See NodeList.sort.