Click or drag to resize
Blackboard Constructor (Blackboard)
Initializes a new instance of the Blackboard class. Constructor.

Namespace: Slash.AI.BehaviorTrees.Data
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
public Blackboard(
	Blackboard original
)

Parameters

original
Type: Slash.AI.BehaviorTrees.DataBlackboard
Blackboard to copy attributes from.
See Also