Skip to content

Entity Component Design

Scott Cummings edited this page Aug 9, 2013 · 2 revisions

The Platypus game framework uses an Entity / Component design pattern rather than inheritance. This design pattern might be familiar to users of the Unity tools and game engine. More information on Entities and Components can be found below.

Clone this wiki locally