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