Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 252 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 252 Bytes

Repository with an example of using the "Object Pool" pattern

Theme: GameObjects

Main idea:

► PRE-CREATION

Key ideas:

● Use already created objects instead of creating them.

● Using Generic classes for convenience.