sschmid / Entitas

Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
MIT License
7.08k stars 1.11k forks source link

How can I use [Event] to listened the change of Empty Componnet? does entity.isxx=true call the change? #933

Closed Laughing111 closed 4 years ago

Laughing111 commented 4 years ago

Hi,

I have an have question / want to contribute.

How can I use [Event] to listened the change of Empty Componnet? does entity.isxx=true call the change?

Cheers