Method run
run(IList<GameObject>)
Execute the behavior of this action by moving the pivot of element of the input
Declaration
public override IList<GameObject> run(IList<GameObject> input)
Parameters
Type | Name | Description |
---|---|---|
IList<GameObject> | input | The list of gameobject that will have their pivot changed |
Returns
Type | Description |
---|---|
IList<GameObject> | All objects from the input that went through processing |