InteractableSwitch.Parameters
public Object[] Parameters { get; set; }
#
DescriptionList of parameters to be used by the Interactor UI
#
UsageExample
using NullSave.GDTKusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(InteractableSwitch target) { System.Object[] result = target.Parameters; } }