onRemovedFromScene

List of 'removedFromScene' callbacks called when onRemovedFromScene is called. Add any additional callbacks directly to this list. The main use is to add callbacks directly to nodes inline when building a SceneGraph vs having to extend a class directly.

node {
onUnhandledInput += { event ->
// handle extra unhandled input logic
}
}