-
-
Notifications
You must be signed in to change notification settings - Fork 4
Entity
Brandon Dyer edited this page Dec 21, 2018
·
3 revisions
An entity is an object that exists within the game world. It can be a player, sword, bus, wheel, star, planet, tree, or anything in-between. Each entity is given its own integer id. This allows for every game object to act as a separate item.
Engine/Artemis/Entity.h
What is a component?