InWorldContainer.instanceId
public string instanceId { get; }
#
DescriptionGet the id of this instance of the object
#
UsageExample
using NullSave.GDTK.Inventoryusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(InWorldContainer target) { string result = target.instanceId; } }