On this pageGDTKCurrency.optionInfopublic BasicInfo optionInfo { get; }CopyDescription#Gets information about the objectUsage#Exampleusing NullSave.GDTK.Inventoryusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKCurrency target) { BasicInfo result = target.optionInfo; } }Copy