]> code.bitgloo.com Git - clyne/entityx.git/commit
Added remove<C>() method for removal of components by type.
authorDavid Wicks <wicks.db@gmail.com>
Mon, 2 Sep 2013 20:04:51 +0000 (16:04 -0400)
committerAlec Thomas <alec@swapoff.org>
Tue, 3 Sep 2013 01:46:40 +0000 (21:46 -0400)
commitb02261bd25a5fc307dd6b9f8fd0a87fb2d3d91f1
treeb91bfaa68a50ea5fe0a94a0a18fb9efb4ce4f602
parenta557458977abe907fec3f241071f339a1999012d
Added remove<C>() method for removal of components by type.

Along with this, there is a ComponentRemovedEvent<T> that is
delivered whenever a component is removed from an entity.
entityx/Entity.h
entityx/Entity_test.cc