-added new listener callback: onChangeEntity. Callback is called when entity optional components are changed. There is no info about which components are changed (added/removed), but should be in the future).This is probably slowest callback.
This commit is contained in:
parent
7a33e4f94f
commit
0608fe6e89
3 changed files with 175 additions and 42 deletions
|
|
@ -137,6 +137,7 @@ package:
|
|||
|
||||
void* m_add_entity;
|
||||
void* m_remove_entity;
|
||||
void* m_change_entity;
|
||||
|
||||
//void function(ref EntityManager.CallData data) m_initialize;
|
||||
//void function(ref EntityManager.CallData data) m_deinitilize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue