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