Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
119
func
(w *World) SortSystems() {
120
sort.Sort(w.systems)
121
}
Callers
1
TestWorld_SortSystems
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestWorld_SortSystems
Function · 0.64