| 51 | void RequestSceneTransition(const std::string& path); |
| 52 | |
| 53 | UpdateFlags GetUpdateFlags() const override { return UpdateFlags::UpdateDuringEditor | UpdateFlags::RenderUpdateDuringEditor | UpdateFlags::PhysicsUpdateDuringEditor; } |
| 54 | std::string GetName() const override { return "World System"; } |
| 55 | int GetPriority() const override { return 0; } |
| 56 |
no outgoing calls
no test coverage detected