Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EngoEngine/engo
/ Preload
Method
Preload
scene.go:14–14 ·
view source on GitHub ↗
Preload is called before loading resources
()
Source
from the content-addressed store, hash-verified
12
type
Scene
interface
{
13
// Preload is called before loading resources
14
Preload()
15
16
// Setup is called before the main loop
17
Setup(Updater)
Callers
1
SetScene
Function · 0.65
Implementers
15
testScene
engo_test.go
testScene2
engo_test.go
testRunScene
engo_test.go
assetTestScene
assets_test.go
tmxTestScene
common/tmx_test.go
TestInterfaceScene
common/interfaces_test.go
testScene
common/render_shaders_test.go
CameraTestScene
common/camera_test.go
TestAnimationScene
common/animation_test.go
testAudioScene
common/audio_test.go
PongGame
demos/pong/pong.go
DefaultScene
demos/adventure/adventure.go
Calls
no outgoing calls
Tested by
no test coverage detected