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