public void TryBeginConnection(BehaviourTreeEditorNode source, Vector2 position) { if (source.TreeNode.IsParentNode()) { Nodes.StartConnection(source, position); } }
void OnGraphNodeEmptyTarget(BehaviourTreeGraphNode node, Vector2 offset) { Nodes.StartConnection(node, offset); }