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

Method reset

core/renderer/GroupCommand.cpp:83–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83void GroupCommand::reset()
84{
85 _globalOrder = 0.0f;
86 _isTransparent = true;
87 _skipBatching = false;
88 _is3D = false;
89 _depth = 0.0f;
90 _isWireframe = false;
91}
92
93GroupCommand::~GroupCommand()
94{

Callers 2

getNextGroupCommandMethod · 0.45
nextCallbackCommandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected