Observers missing API for triggers targetting components on a given Entity #14074
Labels
A-ECS
Entities, components, systems, and events
C-Feature
A new feature, making something new possible
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
What problem does this solve or what need does it fill?
OnAdd
,OnInsert
, etc. This behaviour should be accessible to users via the safe APIsWhat solution would you like?
TriggerTargets
for a combination ofEntity
andComponentId
.Additional context
This API seems to have been dropped in the refactor from builder to
TriggerTargets
, we should probably try and check in a fix before release although it is possible to just manually implementTriggerTargets
.The text was updated successfully, but these errors were encountered: