Entitas icon indicating copy to clipboard operation
Entitas copied to clipboard

Event: Make [Context1, Event(true), Context2] only generate Context1 event

Open optimisez opened this issue 6 years ago • 3 comments

I think make the same component that has more than one context able to generate Context1 event instead of Context1 and Context2 together when the attribute is [Context1, Event(true), Context2]. This will make sure it will not generate redundant component and event system. And if the attribute is [Context1, Context2, Event(true)], it will generate event for both Context1 and Context2.

optimisez avatar Mar 16 '18 17:03 optimisez

agree with you

VergilGao avatar Mar 17 '18 08:03 VergilGao

Order of attributes isn't reliable, another argument perhaps inside Event attribute.

c0ffeeartc avatar Mar 17 '18 13:03 c0ffeeartc

@sschmid, have u start working on this feature?

optimisez avatar Sep 16 '18 09:09 optimisez