MCPcopy Create free account
hub / github.com/EngoEngine/ecs / Systems

Method Systems

world.go:99–101  ·  view source on GitHub ↗

Systems returns the list of Systems managed by the World.

()

Source from the content-addressed store, hash-verified

97
98// Systems returns the list of Systems managed by the World.
99func (w *World) Systems() []System {
100 return w.systems
101}
102
103// Update updates each System managed by the World. It is invoked by the engine
104// once every frame, with dt being the duration since the previous update.

Callers 3

TestSystemPriorityFunction · 0.95
UpdateMethod · 0.95
TestWorld_SortSystemsFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestSystemPriorityFunction · 0.76
TestWorld_SortSystemsFunction · 0.64