On this pageGDTKSpawnInfo.DestroySpawnDeclaration#public void DestroySpawn()CopyDescription#Destroys spawned instanceUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKSpawnInfo target) { target.DestroySpawn(); } }Copy