Skip to content
New issue

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

Added a post_update global function and a post_update method for Entity. #721

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Squigglecito
Copy link
Contributor

These post_update functions are run in a separate phase after the regular update. This is useful for when some logic needs the most up-to-date data that is modified by from update. For example if the EditorCamera changes the camera position and you need that most up to date transform for a shader. A pre_update could be added in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant