On this pageGDTKEvent.CloneDeclaration#public GDTKEvent Clone()CopyDescription#Create a clone of this objectUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKEvent target) { GDTKEvent result = target.Clone(); } }Copy