Searched refs:m_ParticleShapeCount (Results 1 – 1 of 1) sorted by relevance
271 if (m_ParticleShapeCount >= this->m_ParticleShapes.size()) return false; in AttachParticleShape()274 ++m_ParticleShapeCount; in AttachParticleShape()282 return m_ParticleShapeCount; in GetParticleShapesCount()291 NW_ASSERT(index >= 0 && index < m_ParticleShapeCount); in GetParticleShapes()301 NW_ASSERT(index >= 0 && index < m_ParticleShapeCount); in GetParticleShapes()355 m_ParticleShapeCount(0), in ParticleModel()379 int m_ParticleShapeCount; variable