-
Notifications
You must be signed in to change notification settings - Fork 17
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
Oncomplete event for effects #59
Comments
Which version did you use? I have improved a performance on the android recently. should onComplete be called after rendered? |
Yes after the effect has completed its render is it possible to obtain an event in order to trigger further code? |
If it is still slow, please tell me your environment in a detail. |
I have not tested performance on the newer versions yet. I was asking if i can create an event callback function for the effekseer effects, such as |
It seem that it cannot implement it and it makes no sense because JavaScript and WebGL runs on a single thread. |
I see, then would it be possible to set an an effect to loop? Such as effect.setLoop(true); so that the effect can keep looping after completion? |
I don't have a plan to implement setLoop, because you can implement it with EffekseerHandle.exists() |
Is there an onComplete() event for effekseer effects? This could be useful since performance on Android devices is very bad even when no effects are being rendered within the scene (The update loop causes performance issues)
The text was updated successfully, but these errors were encountered: