On this pageFlexListSortPlugin.descriptionpublic string description { get; }CopyDescription#Description of the pluginUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(FlexListSortPlugin target) { string result = target.description; } }Copy