mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-11 17:35:54 +00:00
Simplified and optimized bullet pooling
This commit is contained in:
parent
1a455251a9
commit
da73823ac8
2 changed files with 39 additions and 31 deletions
|
|
@ -31,4 +31,7 @@ public interface IBullet
|
|||
public bool CanHit(BulletOwner bulletOwner, BulletOwner targetGroup);
|
||||
public void RequestCollisionDestruction();
|
||||
public void Freeze();
|
||||
|
||||
public void AddToGroup(StringName group, bool persistent = false);
|
||||
public void RemoveFromGroup(StringName group);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue