Module godot.core.poolarrays

Memory-pool-based dynamic arrays. Optimized for memory usage, can’t fragment the memory.

Structs

NameDescription
PoolArray Copy-on-write array for some Godot types, allocated with a memory pool.