StatModifierPlugin.titlebarText
public string titlebarText { get; }Description#
Text to display in the titlebar for the plugin
Usage#
Example
using NullSave.GDTK.Stats;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(StatModifierPlugin target) { string result = target.titlebarText; }
}