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

Method Setup

scene.go:17–17  ·  view source on GitHub ↗

Setup is called before the main loop

(Updater)

Source from the content-addressed store, hash-verified

15
16 // Setup is called before the main loop
17 Setup(Updater)
18
19 // Type returns a unique string representation of the Scene, used to identify it
20 Type() string

Callers 1

SetSceneFunction · 0.65

Implementers 15

testSceneengo_test.go
testScene2engo_test.go
testRunSceneengo_test.go
assetTestSceneassets_test.go
tmxTestScenecommon/tmx_test.go
TestInterfaceScenecommon/interfaces_test.go
testScenecommon/render_shaders_test.go
CameraTestScenecommon/camera_test.go
TestAnimationScenecommon/animation_test.go
testAudioScenecommon/audio_test.go
PongGamedemos/pong/pong.go
DefaultScenedemos/adventure/adventure.go

Calls

no outgoing calls

Tested by

no test coverage detected