On this pageFocusPlugin.selectCountpublic Int32 selectCount { get; }CopyDescription#Get the selected countUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(FocusPlugin target) { System.Int32 result = target.selectCount; } }Copy