InventoryPluginWrapper.instanceId
public string instanceId { get; }Description#
Gets the Id of the current instance of this object
Usage#
Example
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(InventoryPluginWrapper target) { string result = target.instanceId; } }