Ejemplo n.º 1
0
 public BehaviorGraphEdge(BehaviorGraphNode source, 
         BehaviorGraphNode target, BehaviorGraphEdgeProperty prop)
 {
     _node1 = source;
     _node2 = target;
     _property = prop;
 }
Ejemplo n.º 2
0
 public BehaviorGraphEdge(BehaviorGraphNode source,
                          BehaviorGraphNode target, BehaviorGraphEdgeProperty prop)
 {
     _node1    = source;
     _node2    = target;
     _property = prop;
 }