Blackboard
Variables are identified by a unique GUID in blackboards. You can still get a variable by itβs name but you have to make sure that the name is unique.
Namespace
GetVariableByName
Return a blackboard variable of type T by its name. Make sure that variable names are unique.
Example - Get variable by its name
Example - Modify variable value
SaveToFile
Saves the serialized blackboard to a file.
Parameters
Description
string _fileName
The file name which should be used for saving
SavePath _savePath
The save path, declared by the SavePath enum.
SaveFormat _format
The save format, declared by the SaveFormat enum.
LoadFromFile
Loads a serialized blackboard from a file.
Last updated