MCPcopy Create free account
hub / github.com/EngoEngine/engo / GameWidth

Function GameWidth

engo.go:274–276  ·  view source on GitHub ↗

GameWidth returns the current game width

()

Source from the content-addressed store, hash-verified

272
273// GameWidth returns the current game width
274func GameWidth() float32 {
275 return gameWidth
276}
277
278// GameHeight returns the current game height
279func GameHeight() float32 {

Callers 15

PreMethod · 0.92
UpdateMethod · 0.92
PrepareCullingMethod · 0.92
PreMethod · 0.92
NewMethod · 0.92
NewMethod · 0.92
UpdateMethod · 0.92
PrepareCullingMethod · 0.92
SetupMethod · 0.92
UpdateMethod · 0.92
UpdateMethod · 0.92
UpdateMethod · 0.92

Calls

no outgoing calls

Tested by 1

TestGameWidthHeightFunction · 0.68