MCPcopy Create free account
hub / github.com/AmelieHeinrich/Termina / GetUpdateFlags

Method GetUpdateFlags

Sources/Termina/World/WorldSystem.hpp:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

OnPreUpdateMethod · 0.45
OnUpdateMethod · 0.45
OnPostUpdateMethod · 0.45
OnPrePhysicsMethod · 0.45
OnPhysicsMethod · 0.45
OnPostPhysicsMethod · 0.45
OnPreRenderMethod · 0.45
OnRenderMethod · 0.45
OnPostRenderMethod · 0.45
PreUpdateMethod · 0.45
UpdateMethod · 0.45
PostUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected