On this pageGDTKFocus.optionInfopublic BasicInfo optionInfo { get; }CopyDescription#Information about this Selectable OptionUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKFocus target) { BasicInfo result = target.optionInfo; } }Copy