Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/EngoEngine/engo
/ Type
Method
Type
message.go:31–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
// A Message is used to send messages within the MessageManager
30
type
Message
interface
{
31
Type() string
32
}
33
34
// MessageManager manages messages and subscribed handlers
Callers
1
Dispatch
Method · 0.65
Implementers
15
testScene
engo_test.go
testScene2
engo_test.go
testRunScene
engo_test.go
assetTestScene
assets_test.go
testMessageCounter
message_test.go
WindowResizeMessage
message.go
TextMessage
message.go
CollisionMessage
common/collision.go
tmxTestScene
common/tmx_test.go
TestInterfaceScene
common/interfaces_test.go
testScene
common/render_shaders_test.go
renderChangeMessage
common/render.go
Calls
no outgoing calls
Tested by
no test coverage detected