Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 523 Bytes

File metadata and controls

11 lines (7 loc) · 523 Bytes

Visual Script: Blackboard Nodes

Blackboards

Blackboards are shared data storage systems that allow different game objects and components to communicate by reading and writing named values. The blackboard nodes in visual scripts provide access to blackboard entries for reading and modifying shared state.

See Also