BlackboardHost.fields
public List<string> fields { get; }Description#
List of field on blackboard
Usage#
Example
using NullSave.GDTKusing UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod(BlackboardHost target) { System.Collections.Generic.List<string> result = target.fields; } }