Move
Move(int, int)
public void Move(int fromIndex, int toIndex) ;
Description
Move the order of NodeBehaviour.
Parameters
| Parameter Name | Description |
|---|---|
| fromIndex | The moving want index. |
| toIndex | The destination index. |
Move(int, Node, NodeBehaviourList<T>, int)
Description
Move NodeBehaviour to another node.
Parameters
| Parameter Name | Description |
|---|---|
| fromIndex | Source index |
| toNode | Destination node |
| toList | Destination list |
| toIndex | Destination index |