Searched refs:GetActiveSize (Results 1 – 1 of 1) sorted by relevance
574 NW_ASSERT(this->GetActiveSize() == 0); in ~ParticleEffect()637 int activeCount = this->GetActiveSize(); in ReleaseInstance()639 NW_ASSERT(this->GetActiveSize() == activeCount - 1); in ReleaseInstance()663 if (index < 0 || index >= this->GetActiveSize()) in GetActiveEffect()709 return this->GetFreeSize() + this->GetActiveSize(); in GetPoolSize()719 int GetActiveSize() const in GetActiveSize() function