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