On this pageImageInfo.CloneDeclaration#public ImageInfo Clone()CopyDescription#Creates a clone of this objectUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(ImageInfo ImageInfo) { GDTKImageInfo clone = target.Clone(); } }Copy