[]
Moves a node to a new position.
public bool Move(NodeMoveEnum moveTo, Node targetNode)
Type | Name | Description |
---|---|---|
NodeMoveEnum | moveTo | A value from the NodeMoveEnum enumeration that specifies where the node will be moved with respect to its current position. |
Node | targetNode | Node object to use as a target when the |
Type | Description |
---|---|
bool | Returns true if the method was successful, false otherwise. |
Moves a node to a new position.
public bool Move(NodeMoveEnum moveTo)
Type | Name | Description |
---|---|---|
NodeMoveEnum | moveTo | A value from the NodeMoveEnum enumeration that specifies where the node will be moved with respect to its current position. |
Type | Description |
---|---|
bool | Returns true if the method was successful, false otherwise. |