On this pageStatsPlugin.ShutdownDeclaration#public virtual void Shutdown()CopyDescription#Shutdown this objectUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(StatsPlugin target) { target.Shutdown(); } }Copy