1. Home
  2. Magio
  3. Tutorials
  4. Pause effects through script

Pause effects through script

Example: You have a pause menu and would like to freeze all the effects.

Steps:

  1. Call MagioEngine.instance.PauseEffects() to pause
  2. Call MagioEngine.instance.ResumeEffects() to resume

How can we help?