AtomicGameEngine icon indicating copy to clipboard operation
AtomicGameEngine copied to clipboard

Optimize node transform access from script, by storing a cached array that is returned

Open JoshEngebretson opened this issue 9 years ago • 1 comments

.. instead of generating a new one

JoshEngebretson avatar Aug 13 '15 17:08 JoshEngebretson

Related: Cache all underlying native objects, a lot of stuff like native pointers are gotten every access.

Alan-FGR avatar Oct 13 '17 00:10 Alan-FGR