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