-
Notifications
You must be signed in to change notification settings - Fork 1
API.Util.ObjectPool
JuDelCo edited this page Jun 1, 2021
·
4 revisions
Namespace: Ju.Util
A very simple but functional object pool. It will instantiate a new object if there is none cached.
ObjectPool();
ObjectPool(int capacity);
T Get();
void Push(T obj);
Return to [Home]
- Home
- Install
- Manual
-
Core API
- Services:
- Util:
-
Unity API
- Services:
- Integrations: