On this pageRollModifierPlugin.titlepublic string title { get; }CopyDescription#Title of the pluginUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(RollModifierPlugin target) { string result = target.title; } }Copy