On this pageGDTKSpawnInfo.CloneDeclaration#public GDTKSpawnInfo Clone()CopyDescription#Creates a clone of this objectUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKSpawnInfo target) { GDTKSpawnInfo clone = target.Clone(); } }Copy