inline void
ParticleSystemChild::Clear()
{
    m_Swarm.clear();

}
inline
ParticleSystemChild::~ParticleSystemChild()
{
    m_Swarm.clear();
}