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

Method Hide

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

Hide is called when an other Scene becomes active

()

Source from the content-addressed store, hash-verified

32type Hider interface {
33 // Hide is called when an other Scene becomes active
34 Hide()
35}
36
37// Exiter is an optional interface a Scene can implement, indicating it'll have custom behavior

Callers 1

SetSceneFunction · 0.65

Implementers 3

testScene2engo_test.go
IconScenedemos/scenes/scenes.go
RockScenedemos/scenes/scenes.go

Calls

no outgoing calls

Tested by

no test coverage detected