This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
-
I still don't understand what the difference is between action(( )=>{ }) and render(( )=>{ }), is there any difference? (I know it's mentioned in the website that it has something to do with update( ) but I still don't understand) and I'd alsolike to know what happens if there are tags and parameters on those functions, thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
slmjkdbtl
Sep 5, 2021
Replies: 1 comment 1 reply
-
There's no difference, except all |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
orumetsu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's no difference, except all
action
are called beforerender
(a lot of games want to run state updates and rendering separately)