Created
June 25, 2023 01:29
-
-
Save zaucy/b41fa4213e13cda63813328ac60f9bc9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Event Type | Event Description | |
---|---|---|
Create Entity | A new entity has been added to the registry either through execution options or generated by a system/action. | |
Init Component | A new component has been added to an entity through execution options or by a system/action. | |
Update Component | A components value has changed on an entity through execution options or by a system/action. | |
Remove Component | A component has been removed from an entity through execution options or by a system/action. | |
Destroy Entity | An entity has been removed from the registry through execution options or by a system/action. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment