Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ isType
Method
isType
src/eepp/scene/node.cpp:103–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
}
102
103
bool Node::isType( const Uint32& type ) const {
104
return Node::getType() == type;
105
}
106
107
void Node::messagePost( const NodeMessage* Msg ) {
108
Node* node = this;
Callers
3
inParentTreeOfType
Method · 0.45
getParentOfType
Method · 0.45
onUpdate
Method · 0.45
Calls
1
getType
Function · 0.50
Tested by
no test coverage detected