Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ onMessage
Method
onMessage
src/eepp/scene/node.cpp:116–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
Uint32 Node::onMessage( const NodeMessage* ) {
117
return 0;
118
}
119
120
void Node::setInternalPosition( const Vector2f& Pos ) {
121
Transformable::setPosition( Vector2f( Pos.x, Pos.y ) );
Callers
1
messagePost
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected