What is it ?

This document explain what is a GameObject in KapEngine. How can we use it and what are usefull functions.

GameObject

This engine is an ECS (Entity Component System). This mean KapEngine uses entities wich contain components to modify gameplay and game logic. These entities are called GameObject.

Last updated