TransferWindowUI.parameters
public Object[] parameters { get; }Description#
Parameters associated with the window
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(TransferWindowUI target) { System.Object[] result = target.parameters; } }