On this pageBlackboardFieldNotSet.descriptionpublic string description { get; }CopyDescription#Description of the pluginUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(BlackboardFieldNotSet target) { string result = target.description; } }Copy