StyleOptionWrapper.instanceId
public string instanceId { get; }Description#
Gets the unique id for the current instance of the plugin wrapper
Usage#
Example
using NullSave.GDTK.UIProusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(StyleOptionWrapper target) { string result = target.instanceId; } }