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