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