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

Method removeMask

core/2d/ParticleSystem.cpp:2376–2379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2374}
2375
2376void ParticleEmissionMaskCache::removeMask(std::string_view maskId)
2377{
2378 this->masks.erase(utils::fourccValue(maskId));
2379}
2380
2381void ParticleEmissionMaskCache::removeAllMasks()
2382{

Callers

nothing calls this directly

Calls 2

fourccValueFunction · 0.50
eraseMethod · 0.45

Tested by

no test coverage detected