onHotReload property

Signal onHotReload

A signal that is dispatched when the scene is reloaded (for hot-reloading purposes).

Implementation

Signal get onHotReload {
  return controller.onHotReload;
}