MoveDecorator

MoveDecorator(int, TreeBehaviourNode, int)

public void MoveDecorator(int fromIndex, TreeBehaviourNode toNode, int toIndex) ;

Description

Move the order of Decorator.

Parameters

Parameter Name Description
fromIndex The moving want index.
toNode The destination Node.
toIndex The destination index.