On this pageEvolveByStatAbility.ShutdownDeclaration#public virtual void Shutdown()CopyDescription#Shuts down the objectUsage#Exampleusing NullSave.GDTK.Inventory;using UnityEngine; public class CodeSample : MonoBehaviour{ public void Example(EvolveByStatAbility target) { target.Shutdown(); } }Copy