Obi
6.4
Unified particle physics for Unity
|
Public Member Functions | |
JobHandlePool (int initialSize) | |
T | Borrow () |
void | ReleaseAll () |
Simple pool to avoid allocating job handles at runtime. Only a small number of handles are expected, so once a handle is borrowed from the pool it cannot be individually returned: all borrowed handles are returned to the pool at the end of each step.
T | : | IObiJobHandle | |
T | : | new() |