On this pageGDTKStatProxy.DisposeDeclaration#public virtual void Dispose()CopyDescription#Dispose of object and its referencesUsage#Exampleusing NullSave.GDTK.Inventory;using UnityEngine; public class CodeSample : MonoBehaviour{ public void Example(GDTKStatProxy target) { target.Dispose(); } }Copy