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