We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i want every entity has a id which i custom id,then i can use w.GetEntity(id) to obtain the entity which i want update.
The text was updated successfully, but these errors were encountered:
Hello, did I understand correctly that you need the ability to set or redefine your own identifier for entities?
Sorry, something went wrong.
yes,because i need update the specified entity’s component data from backend
Okay, I'll try to do something about it. A separate method or verification when getting the ID should be suitable.
Thanks
sedyh
No branches or pull requests
i want every entity has a id which i custom id,then i can use w.GetEntity(id) to obtain the entity which i want update.
The text was updated successfully, but these errors were encountered: