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

Method SortSystems

world.go:119–121  ·  view source on GitHub ↗

SortSystems sorts the systems in the world.

()

Source from the content-addressed store, hash-verified

117
118// SortSystems sorts the systems in the world.
119func (w *World) SortSystems() {
120 sort.Sort(w.systems)
121}

Callers 1

TestWorld_SortSystemsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestWorld_SortSystemsFunction · 0.64