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