refactor: (remove code) sub emitters option is not work in editor playing

This commit is contained in:
mob-sakai
2024-01-23 19:55:30 +09:00
parent f0fb205212
commit 5892df1ce1
3 changed files with 0 additions and 47 deletions

View File

@@ -565,16 +565,6 @@ namespace Coffee.UIExtensions
}
}
internal void UpdateParticleCount()
{
for (var i = 0; i < _renderers.Count; i++)
{
var r = _renderers[i];
if (!r) continue;
r.UpdateParticleCount();
}
}
internal void ResetGroupId()
{
_groupId = m_GroupId == m_GroupMaxId