On this pageFlexListSortPlugin.isEnabledpublic bool isEnabled { get; }CopyDescription#Get/Set plugin enabledUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(FlexListSortPlugin target) { bool result = target.isEnabled; } }Copy