MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / GetParticle

Method GetParticle

LuaSTGPlus/ResourceMgr.h:689–696  ·  view source on GitHub ↗

@brief 获取粒子系统

Source from the content-addressed store, hash-verified

687
688 /// @brief 获取粒子系统
689 fcyRefPointer<ResParticle> GetParticle(const char* name)LNOEXCEPT
690 {
691 auto i = m_ParticlePool.find(name);
692 if (i == m_ParticlePool.end())
693 return nullptr;
694 else
695 return i->second;
696 }
697
698 /// @brief 获取纹理字体
699 fcyRefPointer<ResFont> GetSpriteFont(const char* name)LNOEXCEPT

Callers 1

FindParticleMethod · 0.80

Calls 1

findMethod · 0.80

Tested by

no test coverage detected