Skip to main content

GDTKItem.optionInfo

public BasicInfo optionInfo { get; }

Description#

Gets information about the object

Usage#

Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
    public void ExampleMethod(GDTKItem target)    {        BasicInfo result = target.optionInfo;    }   }