Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juanarzola authored Jul 27, 2016
1 parent 4458565 commit 96030cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ With the Entity observables, you can react to component changes in an entity ins

- `OnComponentAddedAsObservable<Component>` - A Component was added on the entity instance
- `OnComponentReplacedAsObservable<Component>` - A Component value changed in the entity (it was replaced by another component of the same type)
- `OnComponentRemovedAsObservable<Component>` = A Component was removed.
- `OnComponentRemovedAsObservable<Component>` - A Component was removed.

Group observables are similar to the Entity observables: you can react to component changes, but you do so on groups of entities that match a query. This has the advantage that you don't need the entity instances for the reactive code, so you can do the setup up-front on System initialization before entity instances are available. They include:

Expand Down

0 comments on commit 96030cb

Please sign in to comment.