Example Use Case: You have a custom pause screen, but the flames will keep running if you do not pause them.
How to implement:
- Call FlameEngine.instance.PauseFlames() to pause
- Call FlameEngine.instance.ResumeFlames() to resume
Example Use Case: You have a custom pause screen, but the flames will keep running if you do not pause them.
How to implement: