The entity is the container of components.
Readonly
unique id of entity
Stream triggered when a component is added Note: make sure to unsubscribe. If needed, use DisposeBag util
DisposeBag
Stream triggered when a component is removed Note: make sure to unsubscribe. If needed, use DisposeBag util
Add a component to this entity.
Get a component of this entity by name.
Check if this entity has a component by name.
Remove a component from this entity by name.
The entity is the container of components.