AtomicGameEngine
AtomicGameEngine copied to clipboard
Optimize node transform access from script, by storing a cached array that is returned
.. instead of generating a new one
Related: Cache all underlying native objects, a lot of stuff like native pointers are gotten every access.