MCPcopy
hub / github.com/EngoEngine/engo / RunIteration

Function RunIteration

engo_mobile.go:178–187  ·  view source on GitHub ↗

RunIteration runs one iteration / frame

()

Source from the content-addressed store, hash-verified

176
177// RunIteration runs one iteration / frame
178func RunIteration() {
179 Time.Tick()
180
181 if !opts.HeadlessMode {
182 Input.update()
183 }
184
185 // Then update the world and all Systems
186 currentUpdater.Update(Time.Delta())
187}
188
189// SetCursor changes the cursor - not yet implemented
190func SetCursor(Cursor) {

Callers 1

runLoopFunction · 0.70

Calls 4

TickMethod · 0.80
DeltaMethod · 0.80
UpdateMethod · 0.65
updateMethod · 0.45

Tested by

no test coverage detected