BlackboardDataLinkShareType
Enum in LogicToolkit
Description
How to share the Blackboard instance referenced from BlackboardDataLinkReference
Properties
Property Name | Description |
---|---|
Global | Share globally. Instances are never released and are always shared until the application terminates. |
Scene | Share within a scene. Instances are released when a scene is unloaded, and data is not inherited across scenes. |
ReferenceCounter | Shared using reference counter method. Released when there are no more references to the same instance. |