patschreiber/fiend

Change names of collections to have "pool" in the name

Opened this issue · 0 comments

E.g. ActiveGameObjects() becomes ActiveGameObjectPool. This will help keep it clear that these objects are instantiated and ready to use.

In computer science, a pool is a collection of resources that are kept ready to use, rather than acquired on use and released afterwards.