ECSHandler

A handler for an Entity-Component System, which manages entities and components allowing delegates to be registered from them to the main handler.

Constructors

this
this(Handler handler)

Construct a new ECS handler with no entities

Members

Functions

createEntity
Entity createEntity()

Creates a new entity object, managed by this handler

entities
Entity[] entities()
Undocumented in source. Be warned that the author may not have intended to support it.
register
void register(void delegate(EventArgs) del, int event)

Register a delegate to the linked handler

Meta