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

Function RunIteration

engo_empty.go:45–48  ·  view source on GitHub ↗

RunIteration runs one iteration per frame

()

Source from the content-addressed store, hash-verified

43
44// RunIteration runs one iteration per frame
45func RunIteration() {
46 Time.Tick()
47 currentUpdater.Update(Time.Delta())
48}
49
50// RunPreparation is called automatically when calling Open. It should only be called once.
51func RunPreparation(defaultScene Scene) {

Callers 1

runLoopFunction · 0.70

Calls 3

TickMethod · 0.80
DeltaMethod · 0.80
UpdateMethod · 0.65

Tested by

no test coverage detected