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