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