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