Class AppKiller
Provide a method Kill() that will kill the app.
Namespace: GGL.Components
Assembly: GGL.dll
Syntax
[AddComponentMenu("GG-Library/MISC/App Killer")]
[HelpURL("https://ggl.yoannhaffner.com/api/GGL.Components.AppKiller.html")]
public class AppKiller : MonoBehaviour
Remarks
Does not work on WebGL.
Methods
| Edit this page View SourceKill()
Kill the app.
Declaration
public void Kill()
Remarks
Does not work on WebGL.