Skip to main content

ItemInteractorUI.source

public Interactor source { get; set; }

Description#

Get/Set the interactor displaying this UI

Usage#

Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
    public void ExampleMethod(ItemInteractorUI target)    {        Interactor result = target.source;    }   }