public BehaviorGraphEdge(BehaviorGraphNode source, 
         BehaviorGraphNode target, BehaviorGraphEdgeProperty prop)
 {
     _node1 = source;
     _node2 = target;
     _property = prop;
 }
Beispiel #2
0
 public BehaviorGraphEdge(BehaviorGraphNode source,
                          BehaviorGraphNode target, BehaviorGraphEdgeProperty prop)
 {
     _node1    = source;
     _node2    = target;
     _property = prop;
 }