set_edges
Description:
public void set_edges (
SnapEdge from_edge,
SnapEdge to_edge)
Sets the edges to be used by the this
The from_edge is the edge on the Actor to which
this has been added. The to_edge is the edge of the
Actor inside the
source property.
Parameters:
| this |
a SnapConstraint
|
| from_edge |
the edge on the actor
|
| to_edge |
the edge on the source
|