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