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

Method Type

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

Type returns a unique string representation of the Scene, used to identify it

()

Source from the content-addressed store, hash-verified

18
19 // Type returns a unique string representation of the Scene, used to identify it
20 Type() string
21}
22
23// Shower is an optional interface a Scene can implement, indicating it'll have custom behavior

Callers 5

TestSceneSwitchingFunction · 0.65
CreateWindowFunction · 0.65
rafPolyfillFunction · 0.65
SetSceneFunction · 0.65
RegisterSceneFunction · 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 1

TestSceneSwitchingFunction · 0.52