- Common ways to obtain ParticleSystem
private void myMethod () {}
/** * Get the number of particle groups. * * @return */ public int getParticleGroupCount() { return m_particleSystem.getParticleGroupCount(); }
/** * Get the number of particle groups. * * @return */ public int getParticleGroupCount() { return m_particleSystem.getParticleGroupCount(); }
/** * @return the number of particle groups */ public int getParticleGroupCount() { return particleSystem.getParticleGroupCount(); }
/** * Get the number of particle groups. * * @return */ public int getParticleGroupCount() { return m_particleSystem.getParticleGroupCount(); }