On this pageCustomDataInput.SetDataDeclaration#public void SetData()CopyDescription#Sets the data from the input field to the pluginUsage#Exampleusing NullSave.GDTK.Stats;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(CustomDataInput target) { target.SetData(); } }Copy