Module godot.core.poolarrays
Memory-pool-based dynamic arrays. Optimized for memory usage, can’t fragment the memory.
Structs
Name | Description |
---|---|
PoolArray
|
Copy-on-write array for some Godot types, allocated with a memory pool. |