On this pageGDTKDynamicFloatValue.ShutdownDeclaration#public void Shutdown()CopyDescription#Shutdown the objectUsage#using NullSave.GDTK.Inventory;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKDynamicFloatValue target) { target.Shutdown(); } }Copy