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

Method Show

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

Show is called whenever the other Scene becomes inactive, and this one becomes the active one

()

Source from the content-addressed store, hash-verified

25type Shower interface {
26 // Show is called whenever the other Scene becomes inactive, and this one becomes the active one
27 Show()
28}
29
30// Hider 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