Home
last modified time | relevance | path

Searched refs:m_ParticleShapeCount (Results 1 – 1 of 1) sorted by relevance

/NW4C-1.3.3/include/nw/gfx/
Dgfx_ParticleModel.h273 if (m_ParticleShapeCount >= this->m_ParticleShapes.size()) return false; in AttachParticleShape()
276 ++m_ParticleShapeCount; in AttachParticleShape()
284 return m_ParticleShapeCount; in GetParticleShapesCount()
293 NW_ASSERT(index >= 0 && index < m_ParticleShapeCount); in GetParticleShapes()
303 NW_ASSERT(index >= 0 && index < m_ParticleShapeCount); in GetParticleShapes()
357 m_ParticleShapeCount(0), in ParticleModel()
381 int m_ParticleShapeCount; variable