Skip to content

DefaultEcs 0.17.0

Compare
Choose a tag to compare
@Doraku Doraku released this 11 Nov 00:55
· 39 commits to master since this release

breaking changes:
remove EntityCommandRecorder.CreateEntity method, see new WorldRecord type
renamed EntityMap.ContainsEntity method to Contains
renamed EntityMultiMap.ContainsEntity method to Contains


added IEntityContainer type as common base interface for all entity container (EntitySet, EntitySortedSet, EntityMap, EntityMultiMap)
added EntityCommandRecorder.Record(World) method
added WorldRecord type to record action on World
added EntitySet.EntityAdded event
added EntitySet.EntityRemoved event
added EntityMap.EntityAdded event
added EntityMap.EntityRemoved event
added EntityMultiMap.EntityAdded event
added EntityMultiMap.EntityRemoved event
added EntitySortedSet type (#113)
added EntityQueryBuilder.AsSortedSet methods to create EntitySortedSet
added AEntitySortedSetSystem type
added debug view for EntitySortedSet
added debug view for EntityMap
added debug view for EntityMultiMap

nuget package