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