MCPcopy Index your code
hub / github.com/EngoEngine/engo / Pause

Method Pause

clock.go:76–78  ·  view source on GitHub ↗

Pause pauses the clock

()

Source from the content-addressed store, hash-verified

74
75// Pause pauses the clock
76func (c *Clock) Pause() {
77 c.paused = true
78}
79
80// Unpause unpauses the clock
81func (c *Clock) Unpause() {

Callers 2

TestClockPauseFunction · 0.95
UpdateMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestClockPauseFunction · 0.76