Helper to display values in realtime

This is a generic little helper to quickly display number-properties of multiple objects in realtime (update on value changes and optional frame interval). I needed for example code without full introspection wrapper.

You can place the overlay in any corner of the screen like watcher.place('bottomLeft');. I might add some improvements like for scrolling.

1 Like