CraftingInteractable.Parameters
public Object[] Parameters { get; set; }Description#
List of parameters to be used by the Interactor UI
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(CraftingInteractable target) { System.Object[] result = target.Parameters; } }