MCPcopy Create free account
hub / github.com/SpartanJ/eepp / isSceneNode

Method isSceneNode

src/eepp/scene/node.cpp:1091–1093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1089}
1090
1091bool Node::isSceneNode() const {
1092 return 0 != ( mNodeFlags & NODE_FLAG_SCENENODE );
1093}
1094
1095bool Node::isUISceneNode() const {
1096 return 0 != ( mNodeFlags & NODE_FLAG_UISCENENODE );

Callers 2

findSceneNodeMethod · 0.80
dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected