ashd.core.entity

Port of Ash Entity system into D

Members

Classes

Entity
class Entity

An entity is composed of components. As such, it is essentially a collection object for components. Sometimes, the entities in a game will mirror the actual characters and objects in the game, but this is not necessary.

Meta