On this pageGDTKStatModifier.DeactivateDeclaration#public void Deactivate()CopyDescription#Deactivate the objectUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKStatModifier target) { target.Deactivate(); } }Copy