StatUI.statId
public string statId { get; set; }Description#
Gets/Sets id of Stat to display information for. On set the UI is automatically updated.
Usage#
Example
using NullSave.GDTK.Stats;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(StatUI target) { string result = target.statId; }
}