예제 #1
0
inline void
ParticleSystemChild::Clear()
{
    m_Swarm.clear();

}
예제 #2
0
inline
ParticleSystemChild::~ParticleSystemChild()
{
    m_Swarm.clear();
}