deepnight / ldtk

Modern, lightweight and efficient 2D level editor
https://ldtk.io
MIT License
3.44k stars 192 forks source link

add `getAllUntyped` to `Layer_Entities` #1109

Open Geokureli opened 5 months ago

Geokureli commented 5 months ago

Is there any reason why getAllUntyped is added to every extension of Layer_Entities rather than just being added to the base class, itself? I'd like to have some generic methods that handle Layer_Entities rather than specific entity layer types, since i have no real need for them, most of the time