Method run
run(IList<GameObject>)
Execute the behavior of this action by flipping all normals on every mesh of the input
Declaration
public override IList<GameObject> run(IList<GameObject> input)
Parameters
Type | Name | Description |
---|---|---|
IList<GameObject> | input | The list of gameobject on which normals will be flipped |
Returns
Type | Description |
---|---|
IList<GameObject> | All objects from the input that went through processing |