Skip to content

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

License

Notifications You must be signed in to change notification settings

EpicSharpCode/ObjectPoolExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages