MCPcopy Create free account
hub / github.com/axmolengine/axmol / GroupCommand

Method GroupCommand

core/renderer/GroupCommand.cpp:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69GroupCommand::GroupCommand()
70{
71 _type = RenderCommand::Type::GROUP_COMMAND;
72 _renderQueueID = Director::getInstance()->getRenderer()->getGroupCommandManager()->getGroupID();
73}
74
75void GroupCommand::init(float globalOrder)
76{

Callers

nothing calls this directly

Calls 3

getInstanceFunction · 0.85
getGroupIDMethod · 0.80
getRendererMethod · 0.80

Tested by

no test coverage detected