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