On this pageBlackboard.fieldspublic List<string> fields { get; }CopyDescription#List of fields set on BlackboardUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(Blackboard target) { System.Collections.Generic.List<string> result = target.fields; } }Copy