AddOnChoiceUI.pluginOptionList
public AddOnPluginChoice pluginOptionList { get; }Description#
Returns the active Add-On Plugin Choice if one is set
Usage#
Example
using NullSave.GDTK.Stats;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(AddOnChoiceUI target) { AddOnPluginChoice result = target.pluginOptionList; }
}