resetAll method
void
resetAll()
Reset all pools (call at the end of each frame if needed)
Implementation
void resetAll() {
// Pools manage themselves; this is for explicit cleanup if needed
}
Reset all pools (call at the end of each frame if needed)
void resetAll() {
// Pools manage themselves; this is for explicit cleanup if needed
}