feat: spawning particles with object pooling
This commit is contained in:
parent
858e49e1d9
commit
efac0019ba
14 changed files with 235 additions and 21 deletions
5
Assets/Scripts/Pooling/IPooledObject.cs
Normal file
5
Assets/Scripts/Pooling/IPooledObject.cs
Normal file
|
@ -0,0 +1,5 @@
|
|||
namespace Pooling {
|
||||
public interface IPooledObject {
|
||||
void OnObjectSpawn();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue