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

Method reorderSystem

tests/cpp-tests/Source/ParticleTest/ParticleTest.cpp:2939–2943  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2937}
2938
2939void ReorderParticleSystems::reorderSystem(float time)
2940{
2941 auto system = static_cast<ParticleSystem*>(_batchNode->getChildren().at(1));
2942 _batchNode->reorderChild(system, system->getLocalZOrder() - 1);
2943}
2944
2945void ReorderParticleSystems::update(float dt)
2946{

Callers

nothing calls this directly

Calls 2

atMethod · 0.45
reorderChildMethod · 0.45

Tested by

no test coverage detected