Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SpartanJ/eepp
/ getType
Method
getType
src/eepp/scene/node.cpp:99–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
}
98
99
Uint32 Node::getType() const {
100
return 0;
101
}
102
103
bool Node::isType( const Uint32& type ) const {
104
return Node::getType() == type;
Callers
5
getChildOfTypeCount
Method · 0.45
getNodeOfTypeIndex
Method · 0.45
sendEvent
Method · 0.45
KeyEvent
Method · 0.45
State
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected