On this pageGlobalStats.blackboardpublic Blackboard blackboard { get; }CopyDescription#Returns the blackboard for the objectUsage#Exampleusing NullSave.GDTK.Statsusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GlobalStats target) { Blackboard result = target.blackboard; } }Copy