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