KoskiA
05/17/2024, 7:36 PMTraversableNode
, should I avoid capturing found nodes? If I want to continually update child nodes (say during a point input gesture) is it "fast/cheap" to traverse every time? Or should just I use a known-remembered state holder and capture those instead of nodes?