EffekseerForWebGL icon indicating copy to clipboard operation
EffekseerForWebGL copied to clipboard

How to set an animation to loop indefinitely?

Open MossFrog opened this issue 3 years ago • 3 comments

Is there a parameter to make an effekseer effect loop over and over? Or must it be re instanced after each cycle?

I could not find any member functions such as setLoop() in the source code but the feature seems to be available on other platforms such as Godot.

MossFrog avatar Jul 05 '21 11:07 MossFrog

I'm sorry to forget to reply.

Please read it. https://effekseer.github.io/Help_Tool/en/ToolTips/01.html#infinite-the-lifetime-of-particles

durswd avatar Jul 13 '21 13:07 durswd

Thank you very much, is there an effective way of removing the effect from the scene (deleting the handle) playing any effect multiple times within a single runtime seems to lower performance. Basically is there any way to clean up an effect after execution to reduce its performance impact later on?

MossFrog avatar Jul 14 '21 15:07 MossFrog

Would you upload a reproduction code? Stop is an only function to stop an effect.

durswd avatar Jul 18 '21 03:07 durswd